|
|
#1 |
|
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 464
Karma: 1006520
Join Date: Mar 2010
Location: Alberta, Canada
Device: Kindle PW3
|
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. |
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Your module either use tcl/tk or imports something that does. The calibre binaries dont bundle tcl/tk, use PyQt for GUI creation.
|
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Webmin Module? | godzilla8nj | Calibre | 1 | 05-16-2012 10:08 PM |
| New Plugin Type Idea: Library Plugin | cgranade | Plugins | 3 | 09-15-2010 01:11 PM |
| ImportError: No module named profiles | ould | Calibre | 11 | 02-28-2009 08:25 PM |
| 'mechanize' module? | itimpi | Calibre | 2 | 01-22-2009 04:42 PM |
| Run plugin before import | dremo | Plugins | 6 | 01-09-2009 01:40 PM |