Il giorno 14/ago/2011, alle ore 09:09, Thorsten Kampe ha scritto:
> * 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.

Well, this is easy to fix for users and it's something that had to be fixed 
eventually.

> 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?

I agree that this is probably to be avoided. Martin, can we agree to let --upx 
/ -X simply error out saying that the option does not exist anymore, and then 
simply leave --noupx without a short-option equivalent?

> 3. quote_win_filepath in makespec.py lacks a comma which leads to even 
> stranger results

Fixed, thanks.

> 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.


I'm planning to start some serious PyInstaller 1.6 testing soon.

Thanks!
-- 
Giovanni Bajo   ::  [email protected]
Develer S.r.l.  ::  http://www.develer.com

My Blog: http://giovanni.bajo.it






Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to