Am 27.09.2011 22:36, schrieb Martin Zibricky:
I think the conclusion would be to just wrap os.system to one function and if necessary we could use subprocess module there in the future and for python 2.3 still use os.system.
You probably mean the other way round, since os.system takes a dump string while subprocess.Popen() expects an array of arguments.
-- Schönen Gruß - Regards Hartmut Goebel Dipl.-Informatiker (univ.), CISSP, CSSLP Goebel Consult Spezialist für IT-Sicherheit in komplexen Umgebungen http://www.goebel-consult.de Monatliche Kolumne: http://www.cissp-gefluester.de/ Goebel Consult ist Mitglied bei http://www.7-it.de -- 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.
