* Jeremy Sanders (Sat, 13 Aug 2011 10:59:15 -0700 (PDT)) > Hi - I've just tried out the latest svn version of pyinstaller on > WinXP to get round some manifest issues on Win7, but I'm having > problems running the resulting exe. I'm using single directory mode. > The program uses numpy and PyQt:
I don't think 1.6 is "ready for use" yet. I faced several issues with it 1. --version is now --version-file. I used a batch file that uses the old --version and PyInstaller simply terminates printing its version number. 2. --upx does not exist anymore which leads to strange error (-X actually does the opposite of what it used to do - who came with that idea?) 3. quote_win_filepath in makespec.py lacks a comma which leads to even stranger results After fixing that I was able to generate an executable but running the executable produced a import error (unable to import carchive - which is in the PyInstaller directory). That's when I finally gave up. Thorsten -- 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.
