Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试导入海龟模块。但它显示我找不到模块名称“tkinter”。虽然它是一个内置模块。我没有直接导入它。(我认为海龟模块为我导入了 tkinter。)
我尝试通过单击左下角的选项是状态栏来更改 VS Code 中 Python 的路径。
正在导入其他模块(随机导入等)
我附上了我得到的代码和错误的截图。请帮助!!!!
它也可能是您在使用 IDE(VS Code)时遇到的导入错误。尝试将目标 exe 更改为虚拟环境中的 python 解释器。您可以通过访问以下链接了解更多信息:
https://medium.com/nerd-for-tech/import-errors-in-python-no-module-named-module-name-for-vs-code-887d1f78cf02