brindly sujith wrote:

> i am developing a GUI application using TKINTER
>  
> i want to know how  to mount and unmount removable drives intkinter

you're getting further and further off topic for every post; this list 
is about the Tkinter library itself, not general Python programming or 
Linux usage.

(but the answer is of course the same as last time: figure out how to do 
what you want in Python, and use that mechanism.  if Python cannot do 
what you want directly, figure out how to do it from the command line on 
the platform you're using, and then use Python's os.system() function to 
execute the corresponding command.)

</F>

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to