On Tuesday 27 Jun 2006 20:01, Don Dwiggins wrote: > I've tried including a version resource in my Windows executable, > following the instructions for GrabVersion in the documentation. The > build process seems to be using the version info file (it errored out > when I introduced a syntax error), but the built .exe shows no version > information when I look at its Properties in Windows Explorer. I've > tried this with and without UPX. >
Hi Don: This is a known issue - if you download and installer the latest unstable snapshot release of pyInstaller, the fix is included there. We're just waiting for the release of version 1.2 for this to make it into the stable code. I've been using the unstable snapshot version for some time and have not seen any problems with it. -- Regards Phil Edwards Brighton, UK _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
