Fabrizio Milo <[EMAIL PROTECTED]> wrote: > today I have switched from pyinstaller 1.0 to 1.1 > without modifing anything I launched the build script
[ you should re-run Configure.py, but I'm not sure it has anything to do ] > 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? No, I don't think I have changed anything regarding the icon support. Are you saying that this used to work in 1.0? Do you have a minimal sample to reproduce the problem? Can you show me your config.dat? Thanks! -- Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
