Hi, i'm doing a program that compiles another programs and i want to
use PyInstaller to do it, so far i've tried
os.system('pyinstaller myfile.py') but it fails and i tried subprocess
and QSubprocess (its a pyqt app) and both fail.
Is there a way i can somehow import PyInstaller as a module and run it
from inside my script?-- 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.
