kimbauters / ZIMply

An easy to use offline reader for ZIM files right in your browser!
Other
80 stars 16 forks source link

No module named zimply #4

Closed drealph90 closed 7 years ago

drealph90 commented 7 years ago

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

kimbauters commented 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.