Closed rlguarino closed 11 years ago
Traceback (most recent call last): File "pyChat.py", line 1, in from tkinter import * ImportError: No module named tkinter
This error if you don't have tkinter installed. Maybe write a setup script or a try catch to handle this gracefully.
Under Python 2 tkinter is named Tkinter and tkfiledialog is named tkFileDialog.
This has been fixed as of commit 96451f327c04fbe7e2e17376527bc37cc9c30ec8. Thanks for the tip!
Traceback (most recent call last): File "pyChat.py", line 1, in
from tkinter import *
ImportError: No module named tkinter
This error if you don't have tkinter installed. Maybe write a setup script or a try catch to handle this gracefully.