-
Notifications
You must be signed in to change notification settings - Fork 146
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
Debuger not working coretly with Python38 #386
Comments
Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32
Edit: working on this version python, hvr.. don't know whats happen that it's ok now. And.. still problem with static.. again :x |
This last stack doesn't look like a debugger issue. It's Django itself invoking |
Closing since this doesn't seem to be a debugger issue. |
Environment data
Version: 1.48.1
Commit: 3dd905126b34dcd4de81fa624eb3a8cbe7485f13
Date: 2020-08-19T17:12:13.244Z
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 6.1.7601
Actual behavior
Exception has occurred: FileNotFoundError
[WinError 3] System nie może odnaleźć określonej ścieżki: 'C:\Users\ManPython\AppData\Roaming\Python\Python38\site-packages
Expected behavior
Normal debug.
The Debugby not respecting
"pythonPath":
as provided:'E:\\Python\\Python38\\python.exe
or
E:\\Python38-venv\\Scripts\\python.exe"
just:
'C:\\Users\\ManPython\\AppData\\Roaming\\Python\\Python38\\
- where is nothingSteps to reproduce:
Just Debug. It's related with #315
Does not matter about config as
"django": true,
or"django": false,
This same as venv or normal.
The text was updated successfully, but these errors were encountered: