I resolved the problem by commenting out two lines in my setup.py
#"optimize":1,
#"bundle_files": 2,
The defmatrix lib was inside \lib\library.zip. However, the program.exe could
not find it.
Cheers
--- On Sun, 1/16/11, zb
Hi
I am trying to compile a py2exe app. It works with numpy 1.3 but if I try numpy
1.5 I get an error when loading the app.exe
Traceback (most recent call last):
File "artisan.pyw", line 109, in
File "numpy\__init__.pyo", line 136, in
File "numpy\add_newdocs.pyo", line 9, in
File "num