Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startup error: No module named exceptions #213

Open
xrchz opened this issue Jun 6, 2012 · 1 comment
Open

startup error: No module named exceptions #213

xrchz opened this issue Jun 6, 2012 · 1 comment

Comments

@xrchz
Copy link

xrchz commented Jun 6, 2012

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
Copy link

ospalh commented Jun 12, 2012

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 ^_^ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants