当我尝试在 Python 解释器(版本 2.6.1)中导入 scipy 模块(版本 0.11.0b1)时,我收到以下错误:
Traceback (most recent call last):
File "<stdin>", line 1, in module
File "/Users/...long path.../Desktop/scipy-0.11.0b1/scipy/\__init__.py", line 114, in module
ImportError: Error importing scipy: you cannot import scipy while
being in scipy source directory; please exit the scipy source
tree first, and relaunch your python intepreter.
问题是python正在从一个不存在的文件中读取。不久前,我从我的桌面上删除了 scipy 目录,此后多次尝试重新启动解释器(和计算机)。为什么回溯继续引用一个不存在的文件?