[Tutor] about tkinter

Alan Gauld alan.gauld at freenet.co.uk
Wed Aug 9 18:36:42 CEST 2006


Linda,

> Is that possible to open two Tkinter from one python shell?

Tkinter is a python module. You can't really open a Tkinter, 
you can only import the module. What you can do is write 
a Tkinter application with multiple windows.

You can have as many Tkinter applications running as 
you like but they will all be separate processes.

Can you be clearer about what exactly you want to do?

Alan G.


More information about the Tutor mailing list