Hi folks,

today I have switched from pyinstaller 1.0 to 1.1
without modifing anything I launched the build script

python Makespec.py --noconsole --onefile --paths $paths --out $destdir
--icon $icon $script
python Build.py $spec

the package builded succesfully, but when launching the exe produced,
the system said: "This is not a valid windows executable"

I did another try but without the --icon option, and the program worked.

There are know issues with icons? Any suggestions?

_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to