Re: [Tutor] how to open a file using os.system

2008-01-09 Thread Tiger12506
> hi > > i am developing a GUI application using TKINTER > > i want to open a file from the askopenfile(which is a tkFileDialog) using > OS.SYSTEM. > > i have already created the file open dilog using > tkFileDialog.askopenfile(parent=root,mode='rb',title='choose a file') > Now i want to open a fil

Re: [Tutor] how to open a file using os.system

2008-01-09 Thread Alan Gauld
"brindly sujith" <[EMAIL PROTECTED]> wrote > i am developing a GUI application using TKINTER > > i want to open a file from the askopenfile(which is a tkFileDialog) > using > OS.SYSTEM. Your terminology is a bit confusing. os.system(lowercase) is for executing system commands. Do you want to ex

Re: [Tutor] how to open a file using os.system

2008-01-09 Thread Torsten Marek
On Mi, 2008-01-09 at 15:54 +0530, brindly sujith wrote: > hi > > i am developing a GUI application using TKINTER > > i want to open a file from the askopenfile(which is a tkFileDialog) > using OS.SYSTEM. > > i have already created the file open dilog using > tkFileDialog.askopenfile (parent=roo

[Tutor] how to open a file using os.system

2008-01-09 Thread brindly sujith
hi i am developing a GUI application using TKINTER i want to open a file from the askopenfile(which is a tkFileDialog) using OS.SYSTEM. i have already created the file open dilog using tkFileDialog.askopenfile(parent=root,mode='rb',title='choose a file') Now i want to open a file from this dialo