Menu

#11 Python3 Changes Tkinter module to tkinter

v1.0 (example)
open
nobody
python (1)
5
2014-02-12
2014-02-12
Peter Noble
No

For Python 3, the Tkinter module has been renamed to tkinter. (Lower case)

Lines such as
"append script "from Tkinter import \n"
should read
"append script "from tkinter import
\n"
for Python 3 code.

Discussion


Log in to post a comment.