The tkinter modules were renamed from 2-3.

  I can't remember where the table is that shows the
renames/reorganization, but you need to know that the modules were renamed.

  In Python 3, it's "import tkinter".
  In Python 2, it's "import Tkinter".

  Other modules within the tkinter hierarchy were renamed as well -- in
most cases, uppercase became lowercase.  If memory serves right, there was
some reorganization of the hierarchy as well.

On Thu, Oct 4, 2012 at 1:03 PM, Matthew Ngaha <chigga...@gmail.com> wrote:

> >   Are you running a tutorial for Python 2 from Python 3?
>
> sorry for the direct email. yes the tutorial uses Python 2, while i
> only have Python 3
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss@python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
>
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to