Re: stuck in files!!

2012-09-02 Thread Dave Angel
On 09/02/2012 04:07 PM, me wrote: > Didn't see the post date on my reader haha. Sorry about that. > Well, i see you're also posting responses to recent messages. Great. But please use reply with a proper mail program; your messages are all brand new threads. And could you fix your email address

Re: stuck in files!!

2012-09-02 Thread me
Didn't see the post date on my reader haha. Sorry about that. -- http://mail.python.org/mailman/listinfo/python-list

Re: stuck in files!!

2012-09-02 Thread Dave Angel
On 09/02/2012 03:36 PM, me wrote: > The best you can do is pipe a string to a .txt document then pipe it again to > a wordpad document. You should be able to do that easily with file and open() > If your reply is going to break the thread, and if the thread has been stale almost a month, then it

Re: stuck in files!!

2012-09-02 Thread me
The best you can do is pipe a string to a .txt document then pipe it again to a wordpad document. You should be able to do that easily with file and open() -- http://mail.python.org/mailman/listinfo/python-list

Re: stuck in files!!

2012-07-08 Thread alex23
On Jul 6, 9:53 pm, Chirag B wrote: > i want to kno how to link two applications using python for eg:notepad > txt file and some docx file. like i wat to kno how to take path of > those to files and run them simultaneously.like if i type something in > notepad it has to come in wordpad whenever i r

Re: stuck in files!!

2012-07-06 Thread Chris Angelico
On Sat, Jul 7, 2012 at 4:21 AM, Alex wrote: > Chirag B wrote: > >> i want to kno how to link two applications using python for eg:notepad >> txt file and some docx file. like i wat to kno how to take path of >> those to files and run them simultaneously.like if i type something in >> notepad it ha

Re: stuck in files!!

2012-07-06 Thread Alex
Chirag B wrote: > i want to kno how to link two applications using python for eg:notepad > txt file and some docx file. like i wat to kno how to take path of > those to files and run them simultaneously.like if i type something in > notepad it has to come in wordpad whenever i run that code. Text

Re: stuck in files!!

2012-07-06 Thread andrea crotti
2012/7/6 Chirag B : > i want to kno how to link two applications using python for eg:notepad > txt file and some docx file. like i wat to kno how to take path of > those to files and run them simultaneously.like if i type something in > notepad it has to come in wordpad whenever i run that code. >

Re: stuck in files!!

2012-07-06 Thread Thomas Jollans
On 07/06/2012 01:53 PM, Chirag B wrote: > i want to kno how to link two applications using python for eg:notepad > txt file and some docx file. like i wat to kno how to take path of > those to files and run them simultaneously.like if i type something in > notepad it has to come in wordpad whenever

stuck in files!!

2012-07-06 Thread Chirag B
i want to kno how to link two applications using python for eg:notepad txt file and some docx file. like i wat to kno how to take path of those to files and run them simultaneously.like if i type something in notepad it has to come in wordpad whenever i run that code. -- http://mail.python.org/mai