Home > other >  The problems about vscode use python
The problems about vscode use python

Time:10-23

1. When using vscode, unable to open the relative path to the file, should be changed to the absolute path to run under the
2. The generated a new file is not under the py file directory
3. Although the code can run normally, but often complains
"The module XXX has no XXX member"

Just from IDLE to vscode, these problems, very afflictive, tell your bosses, thank you

CodePudding user response:

Third-party editor running code is to run the temporary file, not you edit the file, so the illusion of does not support the relative path

CodePudding user response:

Go directly pycharm, really sweet
  • Related