Dan Hensley píše v Út 01. 03. 2011 v 11:39 -0700: > I'm sorry to ask such a basic question, but the documentation is out > of > date and I can't find how to do step 1.
Hi Dan, It's ok to ask such a basic question. BTW, I should update the doc in svn. For the version in svn there is a prefered way to use the script ./trunk/pyinstaller.py This should do all the things of Configure.py, Makespec.py and Build.py and use the same cli arguments. to create binary from python script: ./pyinstaller.py my_main_script.py to create binary using a spec file: ./pyinstaller.py my_main_script.spec It's all what should be necessary to do. -- 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.
