UGHHHHHHHHHHHH
I JUST found the readme above the franki part of
http://ichi2.net/anki/wiki/ContribFugounashi . That is extremely irritating as it could have saved me an hour of searching on google for the anki library. That readme should be WAY more pronounced because right now it just looks like another program. Maybe put the header in all caps or put it in a box with a red background.
Well, the good news is that I was able to download libanki from github and I was able to install it after having a nice reunion with dependency hell. For anyone that has 10.6.4 like I do here are the commands I had to execute:
$ cd Desktop/dae-libanki-ea32bce/
$ python setup.py
ERROR: You need simplejson!
*Downloads SimpleJSON from
http://pypi.python.org/pypi/simplejson ....uncompress...cd...*
$ python setup.py --help-commands
$ python setup.py build
$ sudo python setup.py install
$ cd Desktop/dae-libanki-ea32bce/
$ python setup.py
ERROR: You need SQLAlchemy!
*Downloads SQLAlchemy from
http://pypi.python.org/pypi/SQLAlchemy/0.6.3 .....uncompress...cd...*
$ python setup.py --help-commands
$ python setup.py build
$ sudo python setup.py install
$ cd Desktop/dae-libanki-ea32bce/
$ python setup.py build
$ sudo python setup.py install
$ python franki-1.4.py
Usage: franki-1.4.py options
-h for help
see
http://ichi2.net/anki/ContribFugounashi#franki for more info
franki-1.4.py: error: missing required option
YAAAAAYY IT FINALLY WORKS! Now to figure out how to use it...
Seriously though, getting this thing to RUN should not be this difficult.