On Friday 07 Apr 2006 01:29, Fabrizio Milo wrote: > Can you see the console? ( remove the --windowed and try to follow > what the system says) > Tip: make sure that inside your program you don't write to stdout ( > print , sys.stdout.write) >
Just for the record, this was down to me being a useless and lame Python coder. :-) The program I've been working on is actually a front-end to both pyInstaller and py2exe. I'd added code to deal with version resource files for Windows, forgetting that pyInstaller does this for me already. It transpires that trying to insert a version resource into an executable that already has a version resource causes (not un-surprisingly, perhaps!) extreme b0rkage. Thanks for the suggestions on here, and to Giovanni and the rest of the team for the work on this outstanding piece of software! -- Regards Phil Edwards Brighton, UK _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
