Re: How would I go about making a file open. Not the way you might think.

2007-08-24 Thread Tim Golden
[... snip extended discussion on opening text files ...] Lamonte Harris wrote: > I've completed this request and I got the answer already. Yes, but discussions here never simply end when the answer is found! :) TJG -- http://mail.python.org/mailman/listinfo/python-list

Re: How would I go about making a file open. Not the way you might think.

2007-08-23 Thread Lamonte Harris
I've completed this request and I got the answer already. On 8/23/07, Larry Bates <[EMAIL PROTECTED]> wrote: > > Hendrik van Rooyen wrote: > > Lamonte Harris wrote: > > > >> Basically you can open a file by double clicking, and by default it > would open > > w/ what every program you have it set

Re: How would I go about making a file open. Not the way you might think.

2007-08-23 Thread kyosohma
On Aug 23, 3:45 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > Hendrik van Rooyen wrote: > > Lamonte Harris wrote: > > >> Basically you can open a file by double clicking, and by default it would > >> open > > w/ what every program you have it set >to. Most text files would open in > > notepad. H

Re: How would I go about making a file open. Not the way you might think.

2007-08-23 Thread Larry Bates
Hendrik van Rooyen wrote: > Lamonte Harris wrote: > >> Basically you can open a file by double clicking, and by default it would >> open > w/ what every program you have it set >to. Most text files would open in > notepad. How can I make a txt open so that notepad opens w/ the content in it >

Re: How would I go about making a file open. Not the way you might think.

2007-08-23 Thread kyosohma
On Aug 23, 2:09 am, "Hendrik van Rooyen" <[EMAIL PROTECTED]> wrote: > Lamonte Harris wrote: > >Basically you can open a file by double clicking, and by default it would > >open > > w/ what every program you have it set >to. Most text files would open in > notepad. How can I make a txt open so t

Re: How would I go about making a file open. Not the way you might think.

2007-08-23 Thread Hendrik van Rooyen
Lamonte Harris wrote: >Basically you can open a file by double clicking, and by default it would open w/ what every program you have it set >to. Most text files would open in notepad. How can I make a txt open so that notepad opens w/ the content in it by >using just python. I asked this ques

How would I go about making a file open. Not the way you might think.

2007-08-22 Thread Lamonte Harris
Basically you can open a file by double clicking, and by default it would open w/ what every program you have it set to. Most text files would open in notepad. How can I make a txt open so that notepad opens w/ the content in it by using just python. -- http://mail.python.org/mailman/listinfo/py