Help with Popen in 2.2

Piet van Oostrum piet at cs.uu.nl
Tue Jul 9 09:41:48 EDT 2002


>>>>> Erik Max Francis <max at alcyone.com> (EMF) writes:

EMF> Lowel Stern wrote:
>> fp = os.popen('C:\python_scripts\prog %s') % (key)

EMF> 	fp = os.popen('C:\python_scripts\prog %s' % key)

fp = os.popen('C:\\python_scripts\\prog %s' % key)
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum at hccnet.nl



More information about the Python-list mailing list