当我从SHELL运行python时出现以下错误:
import ezdxf
ImportError: No module named ezdxf
我试图在iPython中使用相同的库,但它确实有用。 我更新了库,然后重新安装了它。
如何运行脚本成功导入函数?
其他信息:
Requirement already satisfied: ezdxf in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: pyparsing>=2.0.1 in /usr/local/lib/python2.7/dist-packages (from ezdxf)**strong text**
答案 0 :(得分:1)
请按照以下步骤操作,我相信您会发现问题。
找出ipython正在使用的路径:
which ipython
通过以下方式打开该文件:
sudo vim *filename*
就我而言,它是/usr/bin/ipython
ipython
正在程序的第一行使用,并在脚本中写入相同的路径。