> 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
"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
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
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