Python Service

Daniel Dittmar daniel at dittmar.net
Thu May 9 15:18:26 EDT 2002


 > It seems that the SRVANY wrapper fails at the line where the Python 
script
 > shells out to command line to run the PGP script.

Using os.popen will not work inside of services or GUI programs (because 
there is no stdin and stdout). I'm not sure whether the module popen2 is 
better suited for this task.

Daniel




More information about the Python-list mailing list