On Tue, Feb 3, 2009 at 10:23 AM, Gary Wood <[email protected]> wrote: > any good tkinter tutorial for Python 3
Any for Python 2.x will do. The major difference in Python 3 is that modules were renamed, some were merged, and tkinter is a real package now, all this shouldn't affect the usefulness of existing tutorials and there is a brief description about each one you will find in Python 3.0 at http://docs.python.org/3.0/library/tkinter.html -- -- Guilherme H. Polo Goncalves _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
