Launch file from Python

2007-08-08 Thread jocago
Good afternoon from someone who is trying to learn Python. I would like to launch an app from within a Python script. From the examples I have found, I should be able to do this with os.system. I use this: os.system(xplanet-1.2.0/xplanet.exe -fontsize 24 -label -target earth -lat 33.65 -lon

Re: Launch file from Python

2007-08-08 Thread jocago
On Aug 8, 1:36 pm, [EMAIL PROTECTED] wrote: On Aug 8, 12:28 pm, [EMAIL PROTECTED] wrote: Good afternoon from someone who is trying to learn Python. I would like to launch an app from within a Python script. From the examples I have found, I should be able to do this with os.system. I