gpt4 book ai didi

Python:使用 Wing IDE 导入模块

转载 作者:太空宇宙 更新时间:2023-11-04 10:50:51 27 4
gpt4 key购买 nike

我是 Python 的新手,我无法使用 Wing IDE/Python 2.7/Mac OS 导入模块

我读过: Import module from other directory in Wing Ide

和: http://docs.python.org/2/tutorial/modules.html

但我还是不明白。

如果如第二个链接所示,我创建了一个 fibo.py 脚本并将其保存在我的 Python 路径中,那么当我尝试导入它时,出现以下错误:

import fibo
Traceback (most recent call last):
File "<string>", line 1, in <fragment>
ImportError: No module named fibo

虽然 fibo 可用于在我键入时自动完成

import 

我错过了什么?感谢您的回答

最佳答案

该错误表示在路径中找不到该模块,因此它位于错误的位置或路径不是您认为的那样。您可以查看 sys.path(在“导入 sys”之后)以查看路径。

我不确定为什么 Wing 会在那里提供自动完成功能。一种可能是您已经在项目属性(或 Wing 101 中的配置 Python 对话框)中修改了 Python 路径,但尚未从其选项菜单中重新启动 Python Shell。

关于Python:使用 Wing IDE 导入模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14042462/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com