Re: [Tutor] Is Tkinter the Gui in python

2005-01-12 Thread Liam Clarke
I believe Tkinter + Tix come with your Python install. wxPython is another popular GUI, but it is 3rd party. On Wed, 12 Jan 2005 19:11:06 -, Alan Gauld <[EMAIL PROTECTED]> wrote: > > Is the standard Tkinter module in python does the GUI - Front -end > > Interface for Python > > Its the libr

Re: [Tutor] Is Tkinter the Gui in python

2005-01-12 Thread Alan Gauld
> Is the standard Tkinter module in python does the GUI - Front -end > Interface for Python Its the library used for building GUI applications. IDLE the Python IDE is built using Tkinter. Is that what you mean? Alan g. ___ Tutor maillist - Tutor@py

[Tutor] Is Tkinter the Gui in python

2005-01-12 Thread Gopinath V, ASDC Chennai
Title: Is Tkinter the Gui in python   Hi     Is the standard Tkinter module in python does the GUI - Front -end Interface for Python ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor