[Tutor] Executing a program from within a Python Program

Bob Gailer ramrom@earthling.net
Fri Mar 14 12:07:02 2003


--=======19A31081=======
Content-Type: text/plain; x-avg-checked=avg-ok-48D13BA; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 8bit

At 10:37 AM 3/14/2003 -0600, Henry Steigerwaldt wrote:
>[snip]
>when I attempt to start a program like Paint Shop Pro that
>is NOT part of Windows, I get an error that Python cannot
>find the program, examples:
>
>      import os
>      os.system("start c:\\program files\\jasc software inc\\paint shop pro
>7\\psp.exe")

Try os.system("c:\\program files\\jasc software inc\\paint shop pro7\\psp.exe")

Bob Gailer
mailto:ramrom@earthling.net
303 442 2625

--=======19A31081=======
Content-Type: text/plain; charset=us-ascii; x-avg=cert; x-avg-checked=avg-ok-48D13BA
Content-Disposition: inline


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 2/25/2003

--=======19A31081=======--