On 1/25/2007 9:56 PM, H. Mueller wrote: > Thanks for the quick reaction to my posting! > > I am using PyInstaller Version 1.3 from > http://pyinstaller.hpcf.upr.edu/source/1.3/pyinstaller_1.3.zip > > Do I need to get a development snapshot?
No that version should be fine (even if you picked up from the old site). Are you building a windowed executable or a console executable? Did you run Makespec.py with the --windowed option? If not, you can try regenerating the .spec file (or simply hand-editing it) to turn on windowed support. -- Giovanni Bajo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
