anki-sync-server
anki-sync-server copied to clipboard
Solution for "no module named Anki" on Windows
If you get the error called "no module named Anki" on Windows, simply copy the anki-bundled folder to
C:\Python27\lib\site-packages (put inside this folder)
Your structure must be like this: C:\Python27\lib\site-packages\anki-bundled
It works flawlessly.
Worked for me. Thanks! :)
No use for me. Nothing solved. The #40 seems to be the only one solution
I solved the error by copying the anki
folder located inside Ankiserver
to the C:\Python27\lib\site-packages
. If you are using a virtual environment, the path you should copy anki to will be the <myEnvPath>/lib/site-packages