View Single Post
Old 02-15-2020, 12:14 PM   #1
Fischchen
Junior Member
Fischchen began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Feb 2020
Device: Raspberry pi 3
Question Use third-party Libary

Hey guys,
i've been trying to make a simple plugin for calibre which uses the GPIO pins of my Raspberry. I wrote a simple plugin but when it try to import it I get the error message
Code:
Python function terminated unexpectedly
  No module named gpiozero (Error Code: 1)
 Traceback (most recent call last):
  File "site.py", line 114, in main
  File "site.py", line 88, in run_entry_point
  File "site-packages\calibre\customize\ui.py", line 792, in main
  File "site-packages\calibre\customize\ui.py", line 752, in build_plugin
  File "site-packages\calibre\customize\ui.py", line 472, in add_plugin
  File "site-packages\calibre\customize\ui.py", line 61, in load_plugin
  File "site-packages\calibre\customize\zipplugin.py", line 203, in load
  File "importlib\__init__.py", line 37, in import_module
  File "site-packages\calibre\customize\zipplugin.py", line 185, in load_module
  File "calibre_plugins.dummy1.__init__", line 2, in <module>
ImportError: No module named gpioze
Can somebody please help me?!?!? I have to be done with this until next week, so please somebody help me!

Thanks in advance
Fischchen

ps:sorry for my english im german
Fischchen is offline   Reply With Quote