using Python to run other programs

Frog FrogRemailer at bigfoot.com
Tue Nov 18 15:35:03 EST 2003


Hi, i'm not a programmer so I have a very stupid question.  I'm trying to 
make a practical script.  I need to run an executable program in it but i 
can't get it to work.  Maybe someone here can figure it out easily:

-----
#! /python

a = (recipient's e-mail address)

pgp -feat a

(sendmail to address after encryption)
------

How do I get python to open the pgp program?

Should I use an environment other than python?

thanks!






More information about the Python-list mailing list