I installed pandas 0.13.1 version in my python 2.7.3.
My question is when i try to import pandas in Python 2.7.3 i get the following error messages:
>>>import pandas
cannot import name hashtable
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "C:\Python27\lib\site-packages\pandas\__init__.py", line 6, in <module>
from . import hashtable, tslib, lib
ImportError: cannot import name hashtable
By the way i also have ipython installed and when i try to import pandas (which came with the installation of ipython) in ipython i don't have that problem.