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 ディレクトリを削除してから、インタープリター (およびコンピューター) を数回再起動しようとしました。トレースバックが存在しないファイルを参照し続けるのはなぜですか?