I am attempting to compile a simple script with cx_Freeze in python 3.3
64bit.
The errors start with:
File
"C:\Python33\lib\site-packages\nltk-3.0a2-py3.3.egg\nltk\classify\scikitlearn.py",
line 41, in <module>
from sklearn.feature_extraction import DictVectorizer
File "c:\Python\64-bit\3.3\lib\importlib\_bootstrap.py", line 1567, in
_find_and_load
File "c:\Python\64-bit\3.3\lib\importlib\_bootstrap.py", line 1534, in
_find_and_load_unlocked
File
"C:\Python33\lib\site-packages\sklearn\feature_extraction\__init__.py",
line 10, in <module>
and then continue for a bit and finish up at:
File "c:\Python\64-bit\3.3\lib\importlib\_bootstrap.py", line 1534, in
_find_and_load_unlocked
File "C:\Python33\lib\site-packages\scipy\special\__init__.py", line 546,
in <module>
from ._ufuncs import *
File "c:\Python\64-bit\3.3\lib\importlib\_bootstrap.py", line 1567, in
_find_and_load
File "c:\Python\64-bit\3.3\lib\importlib\_bootstrap.py", line 1534, in
_find_and_load_unlocked
File "ExtensionLoader_scipy_special__ufuncs.py", line 22, in <module>
File "ExtensionLoader_scipy_special__ufuncs.py", line 14, in __bootstrap__
ImportError: DLL load failed: The specified module could not be found.
I'm not sure what to do here. Does anyone have any ideas? Which DLL is it
attempting to load?
Thank you very much for any advice,
Dougal Graham
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users