I'm trying to create an executable for a Python Project I'm working on.
I've been creating executable for a while, and today when I made a minor change to the program and tried to create the executable, it failed.
I'm using the latest version of Python(x,y), with a full installation. The error I'm getting is:
*** copy data files ***
copying ChangeLog -> V:\python\Project\dist\
copying C:\Python26\lib\site-packages\py2exe\run_w.exe -> V:\python\Project\dist\multimodel.exe
Adding python26.dll to V:\python\Project\dist\library.zip
error: Invalid argument
I've got Python(x,y) installed on another computer, and it compiled find, but then complained about missing modules.
Any pointers to debugging the problem ?