Closed ahammel closed 11 years ago
Specificially, the command should work in any Python where:
>>> from __future__ import print_function
Is available. The tkinter module is capitalized differently in Pythons 2 and 3, but a try/except block deals with that.
Specificially, the command should work in any Python where:
Is available. The tkinter module is capitalized differently in Pythons 2 and 3, but a try/except block deals with that.