Thanks, works like a charm.

Looks like you also fixed the Pygame issue: I was getting an error that it couldn't load some DLL before when using Pygame, now that appears to be fixed.

I'm really impressed by how much smaller my program is when compiling with Pyinstaller than with Py2EXE. With Py2EXE I was getting about 4.6 megs, with Pyinstaller I'm 2.3 megs, and a single file to boot.

Thanks.





On 2/26/06, Giovanni Bajo < [EMAIL PROTECTED]> wrote:
Alec Bennett < [EMAIL PROTECTED]> wrote:

> I'm having this same problem.
> When I compile using the --icon switch, the executables won't run,
> returning the error "This is not a valid windows executable".
> Removing the --icon parameter makes everything run fine.

The problem is fixed (or worked around at least) in the trunk. Try with the
latest snapshot.

Giovanni Bajo


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

Reply via email to