python - Pandas 0.14.1 import dll error -
i'm using python 2.6.6 (32bits) on windows 7 , seek upgrade pandas 0.13.0 pandas 0.14.1 can't upgrade newer version of python due policy.
i tried using tar.gz package, using compiled pandas version found here pandas‑0.14.1.win32‑py2.6.exe, reinstalling (numpy, py-tz, dateutil...), got same error:
file "c:\python26\lib\site-packages\pandas\__init__.py", line 6, in <module> . import hashtable, tslib, lib importerror: dll load failed: specified procedure not found.
i defined python path pythonpath
c:\python26\lib;c:\python26\dlls;c:\python26\lib\lib-tk;
not create difference. hashtable.pyd
, tslib.pyd
, lib.pyd
exist in proper directory.
i've googled problem, , in case using exe site of christoph gohlke helps , tried , error same.
any idea? far i'm blocked version 0.13.0 0.13.1 gives same error.
thanks.
python pandas
No comments:
Post a Comment