User Profile
Collapse
-
os.popen and py2app
I have a python script (script 1) that calls another python script (script 2) which executes a command using os.popen. Everything works flawlessly when executed from the command line. However when I try and wrap script 1 into an application using py2app, the os.popen command in script 2 fails to execute. I have narrowed it down and am fully confident script 2 is running in its entirety with the exception of the os.popen command. I should note...
No activity results to display
Show More