batterseapower / pinyin-toolkit

A plugin for the Anki Spaced Repetition System (http://ichi2.net/anki/)
http://batterseapower.github.com/pinyin-toolkit/
39 stars 14 forks source link

startup error: No module named exceptions #213

Open xrchz opened 12 years ago

xrchz commented 12 years ago

I just installed the plugin on Anki 1.2.11, restarted Anki, and was greeted with this error:

An error occurred in a plugin. Please contact the plugin author. Please do not file a bug report with Anki.

Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/ankiqt/ui/main.py", line 2679, in loadPlugins import(nopy) File "/home/ramana/.anki/plugins/Pinyin Toolkit.py", line 29, in import pinyin.anki.main as main File "/home/ramana/.anki/plugins/pinyin/anki/main.py", line 11, in import pinyin.db.builder File "/home/ramana/.anki/plugins/pinyin/db/builder.py", line 3, in import cjklib.build File "/home/ramana/.anki/plugins/pinyin/../pinyin/vendor/cjklib/cjklib/build/init.py", line 62, in from sqlalchemy.exceptions import OperationalError ImportError: No module named exceptions

What's wrong?

ospalh commented 12 years ago

It's abandoned. That's what's wrong. You can try the patch or the anki1 branch of my fork. (Which is basically just the same patch).

Or, when you want to use Anki 2, you can help by starting to work on the new Chinese addon. Or write your own ^_^ .