You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just did an upgrade on a raspberry pi and did pip3 install zimply
and got .... Successfully installed zimply-1.1.4
But creating server.py:
from zimply import ZIMServer
ZIMServer("fas-military-medicine_2022-03.zim")
and running it with python3 server.py
yields:
Traceback (most recent call last):
File "server.py", line 1, in <module>
from zimply import ZIMServer
ImportError: bad magic number in 'zimply': b'\x03\xf3\r\n'
so maybe it didn't install correctly after all?
The text was updated successfully, but these errors were encountered:
You are free to look at the code and submit fixes yourself. This is an unpaid open-source project where I contribute when I can. At the moment, I cannot contribute.
Just did an upgrade on a raspberry pi and did
pip3 install zimply
and got .... Successfully installed zimply-1.1.4
But creating server.py:
and running it with
python3 server.py
yields:
so maybe it didn't install correctly after all?
The text was updated successfully, but these errors were encountered: