[Tkinter-discuss] how to mount and unmount

Fredrik Lundh fredrik at pythonware.com
Wed Jan 9 18:28:40 CET 2008


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>



More information about the Tkinter-discuss mailing list