Yifei Li píše v Pá 20. 04. 2012 v 21:30 -0400:
> I have always been using 'python pyinstaller.py test.py' to generate a
> binary.  
> 
> Is this the correct command to build a binary with a given spec?
>   python PyInstaller\build.py test\test.spec 
> 
> Nothing was generated.

1) You run 'python pyinstaller.py test.py' for the first time.
2) If the default spec does not fit your needs you customize it.
3) you then run always 'python pyinstaller.py test.spec'. If the default
spec is ok, then you just stay by command
   'python pyinstaller.py test.py'.

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

Reply via email to