Thread: Anki for N900?
View Single Post
Posts: 80 | Thanked: 33 times | Joined on Apr 2010
#64
Originally Posted by senorsmile View Post
I am running into problems trying to install anki from the anki-1.0.1.tgz file. it gives me an error about setuptools-0.6c5-py2.6.egg needing to be downloaded. But, when it tries to download it, I get a python error with a 404 file not found. Do you remember what other dependencies you installed to get it working?
Great news! the latest version of anki is now running great directly under maemo with minimum hassle. Here's what i did:

unpack anki-1.0.1.tgz to /home/user/
chmod +x ./anki
(tried to run it, missing sqlalchemy)
apt-get install python-sqlalchemy
(tried again, missing module sipconfig)
google sipconfig, download sipconfig.py, copy to /usr/lib/python2.5/site-packages/
./anki

The first load took a long time. I guess my config info from running it under easydebian was still around cuz it automatically loadd fullscreen and started syncing my decks. sync worked great, editing and adding works, subsequent loads take under 30 seconds.

the ui is more useable than i remember, maybe a change in anki itself?

very happy to finally have full native working anki!