python - WinPython 64bit crashes when importing pandas -


i see error when try run 'import pandas pd' line in winpython 3.4 64bit.

this error not present when same in winpython 3.4 32bit

the error when importing winpython 3.4 64bit looks this:

> in [2]: > runfile('z:/python/crystallball/spyderproject/structuring_tweets.py', > wdir='z:/python/crystallball/spyderproject') dll load failed: %1 > not valid win32 application. traceback (most recent call last): >  >   file "<ipython-input-2-f4d4b6486e47>", line 1, in <module> >     runfile('z:/python/crystallball/spyderproject/structuring_tweets.py', > wdir='z:/python/crystallball/spyderproject') >  >   file "c:\program files > (x86)\winpython-64bit-3.4.3.2\python-3.4.3.amd64\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", > line 682, in runfile >     execfile(filename, namespace) >  >   file "c:\program files > (x86)\winpython-64bit-3.4.3.2\python-3.4.3.amd64\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", > line 85, in execfile >     exec(compile(open(filename, 'rb').read(), filename, 'exec'), namespace) >  >   file "z:/python/crystallball/spyderproject/structuring_tweets.py", > line 10, in <module> >     import pandas pd >  >   file > "c:\users\morten\appdata\roaming\python\python34\site-packages\pandas\__init__.py", > line 7, in <module> >     . import hashtable, tslib, lib >  > importerror: dll load failed: %1 not valid win32 application. 

can me solving this? there must have been others have tried run pandas in winpython 3.4 (64) , have seen error.

weird - seems problem spyder crashing in winpython 3.4 (64bit) not present in winpython 3.3.5.7 (64bit). running spyder ide installation.

i think should have serious @ described problem above.

thanks guys


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -