My Eclipse throws unresolved import when I`m trying to import Tkinter. I stumbled on this site: http://klaith.wordpress.com/2009/06/12/pydev-unresolved-import-errors/ ,but none of those tips did really help. Any suggestions?
My Eclipse throws unresolved import when I`m trying to import Tkinter. I stumbled on
Share
Usually this is a problem in the PYTHONPATH configuration…
Please provide the details below to help diagnose it:
your PYTHONPATH — you can get it by making: import sys;print(‘\n’.join(sorted(sys.path)))
The place where Tkinter is installed.
The actual code that’s appearing as unresolved.