Kevin Walzer wrote:
Hello,
I'm trying to move from os.popen to using subprocess, and I'm having
trouble with the pipe suddenly closing.
My old code looked something like this:
Hi Kevin,
You could try something more like:
>>> import subprocess
>>> cmd = subprocess.Popen([executable_path,
Hello,
I'm trying to move from os.popen to using subprocess, and I'm having
trouble with the pipe suddenly closing.
My old code looked something like this:
#build and format a list of all packages
def getAllPackages(self):
self.masterlist=[]
for self.catname in self.ca