-
Notifications
You must be signed in to change notification settings - Fork 317
spyder debugger not working #794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
try to set a HOME variable ? |
Tried opening a console, setting %HOME% variable and then starting spyder from the same console, but I0ve experienced the same error. |
more importantly, spyder-4.0.0rc3, now starts in full glory spyder-ide/spyder#10481 |
resolved ? |
Installed Winpython32-3.7.4.1 in a win10 desktop where there is also a separate python 3.71-32bit installation.
All works well, both in python and in spyder, except spyder debugger: when I try to start a simple script, even a simple
print('hello')
Isee
I suspect there's something wrong with existing python installation or with some environment variable, but only in debugging.
The text was updated successfully, but these errors were encountered: