I want to install Anki on my Fedora installation, so I did:
sudo yum install anki
The installing process went fine, but when I try to run Anki the following exception pops up:
Traceback (most recent call last):
File "/usr/bin/anki", line 5, in <module>
import aqt File "/usr/share/anki/aqt/__init__.py", line 32
except ImportError, e:</module>
Anyone knows how to fix this?