Greetings,

I am trying to update a language flashcard application called Anki. When I attempted to do so using the gdebi installer, I received the following error message: 'Error: Dependency is not satisfiable: python-sqlalchemy.' Based on what I found on some Anki-related forums, I needed to update sqlalchemy. I downloaded the package and thought that I installed it correctly, but when I subsequently tried to install Anki (this time using the command line), I received an error message saying that I am still running version 0.4.2p3-1 of sqlalchemy, rather than 0.5.3.

I tried the entire process again, but no joy. Clearly I'm doing something wrong, but can't work out what. The final message I get when I'm attempting to install sqlalchemy is:

running install_egg_info
Writing /usr/lib/python2.5/site-packages/SQLAlchemy-0.5.3.egg-info

Is there something I should be doing next? I've tried looking for help on sqlalchemy forums, but they're unfortunately not geared to a newbie like me, so any help from this forum is greatly appreciated!