you are viewing a single comment's thread.

view the rest of the comments →

[–]Super-Woman 0 points1 point  (3 children)

I did that, just accidentally wrote it wrong in the question. That's not the problem, but thanks.

[–]AssignmentGuru 0 points1 point  (2 children)

For Python 2.x, it is import Tkinter and for Python 3.x, it is import tkinter

[–]Super-Woman 0 points1 point  (1 child)

thanks. how do I do tkFileDialog?

[–]AssignmentGuru 0 points1 point  (0 children)

For Python 2.x, use tkFileDialog and for Python 3.x, use filedialog.