No Module name Tkinter on plugin import
Hi,
I am trying to add a plugin. After searching for the plugin file and clicking the add button I get this error:
------------------
ERROR: ERROR: Unhandled exception: <b>ImportError</b>:No module named Tkinter
Traceback (most recent call last):
File "site-packages\calibre\gui2\preferences\plugins.py", line 150, in add_plugin
File "site-packages\calibre\customize\ui.py", line 377, in add_plugin
File "site-packages\calibre\customize\ui.py", line 83, in load_plugin
File "<string>", line 7, in <module>
ImportError: No module named Tkinter
------------------
Any thoughts?
Thanks.
|