Closed drealph90 closed 7 years ago
Have a look at the main page and the guide on what you need to install. Specifically, this error indicates you haven't installed zimply. To do that, use
pip install zimply
or
pip3 install zimply
if you are using pip3
instead of pip
.
i get this error when i try to start the script: wiki.py
from zimply import ZIMServer ZIMServer("wiki.zim")
dennis@KODI:/media/dennis/931GB-btrfs/kiwix$ python wiki.py Traceback (most recent call last): File "wiki.py", line 1, in
from zimply import ZIMServer
ImportError: No module named zimply