Hartmut Goebel píše v Út 27. 09. 2011 v 22:40 +0200: > You probably mean the other way round, since os.system takes a dump > string while subprocess.Popen() expects an array of arguments.
The function wrapping os.system/subprocess modules would accent only a list of arguments and for os.system those arguments could be just joined by space. -- 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.
