我在跑步Windows 7.0
,带着Python2.7
。我在安装之前安装了熊猫ipython0.12.1
(稳定)。
当我运行import pandas
时,IPython.exe
我收到错误消息:
没有名为 pandas 的模块
如果我通过 cmd 从开始菜单调用 IPython,它不会自动在C:\Python27
pandas 所在的位置运行。相反,它以不同的路径运行C:\Users\mycomputername\\.ipython
。(ipython 无法检测到机器上存在 pandas 库似乎是不合理的)。
话虽这么说,我还 cd 进入C:\Python27\dist\ipython-0.12
文件夹以从那里运行,ipython.exe
其中安装了相应的库。distribute-0.6.26
pyreadline-1.7.1
我仍然收到该错误消息。有谁知道安装顺序是否在 Windows7 上是特定的?