Re: GPG.py adapted to use subprocess, for Windows?

2006-07-06 Thread Les Schaffer
Les Schaffer wrote: > errr, THIS GPG module: http://www.historical-id.info/files/python/GPG.py sigh, actually its updated version: http://trac.t7a.org/isconf/browser/trunk/lib/python/isconf/GPG.py looks like i can use the subprocess module straight instead of the PopenHI, except for the complica

Re: GPG.py adapted to use subprocess, for Windows?

2006-07-06 Thread Les Schaffer
Les Schaffer wrote: > Does anyone know if the GPG.py module errr, THIS GPG module: http://www.historical-id.info/files/python/GPG.py Les -- http://mail.python.org/mailman/listinfo/python-list

GPG.py adapted to use subprocess, for Windows?

2006-07-06 Thread Les Schaffer
Hi: Does anyone know if the GPG.py module has been updated to use the subprocess module from python 2.4. My web searches find only the original GPG module that requires a fork() -- according to my quick tests anyway. i was about to adapt this to use subprocess, for Windows, but thought i would ask