Don Dwiggins píše v Po 23. 05. 2011 v 11:13 -0700: > So, in the new scheme, what's the Right Way to invoke PyInstaller from > a Python script? I suppose I could do an os.exec, but if there's a > simple way to do it without spawning a process, I'd prefer it.
look at the file pyinstaller.py how steps config/makespec/build are run. -- 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.
