系统是mac os,用easy setup在终端安装了统计module,叫做panda,表示安装已成功,显示如下:
Raytek iMac Book-Pro:~ Ray$ easy_install panda
Searching for panda
Best match: panda 0.1.4
Processing panda-0.1.4-py2.7.egg
panda 0.1.4 is already the active version in easy-install.pth
Using /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/panda-0.1.4-py2.7.egg
Processing dependencies for panda
Finished processing dependencies for panda
我用的IDE是Spyder,打开以后引入该模块,结果却是:
>>> import panda
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named panda
>>>
其实不只是panda,安装其他模块也是这样,端口显示安装成功,用Python自己的IDLE也能够正常import,就是在Spyder下不行,请各位大神给点建设性意见吧,费解中···
Raytek iMac Book-Pro:~ Ray$ easy_install panda
Searching for panda
Best match: panda 0.1.4
Processing panda-0.1.4-py2.7.egg
panda 0.1.4 is already the active version in easy-install.pth
Using /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/panda-0.1.4-py2.7.egg
Processing dependencies for panda
Finished processing dependencies for panda
我用的IDE是Spyder,打开以后引入该模块,结果却是:
>>> import panda
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named panda
>>>
其实不只是panda,安装其他模块也是这样,端口显示安装成功,用Python自己的IDLE也能够正常import,就是在Spyder下不行,请各位大神给点建设性意见吧,费解中···