Re: Opening/Running files through python

2008-01-17 Thread Tim Golden
Ionis wrote: > Hey guys, hope you can help me here. > > I am running in windows and I am trying to open a file via python. I > want the file (a text file) to open up in the users default text > editor. I'm not wanting to read a file, I just want to open it. Is > there a way? import os os.startfi

Opening/Running files through python

2008-01-17 Thread Ionis
Hey guys, hope you can help me here. I am running in windows and I am trying to open a file via python. I want the file (a text file) to open up in the users default text editor. I'm not wanting to read a file, I just want to open it. Is there a way? Thanks in advance. -- http://mail.python.org/