...please! I've installed plugins, and now there're JxMenu and JxGraphs buttons. But, whenever I click on them, an error message pops up:
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 "ankiqt\ui\main.pyc", line 1241, in
File "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\ui_menu.py", line 187, in newLoadDeck
build_JxDeck()
File "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\database.py", line 914, in build_JxDeck
eDeck = Database()
File "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\database.py", line 43, in __init__
self.load()
File "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\database.py", line 217, in load
path = os.path.join(os.path.dirname(__file__ ), "Cache", mw.deck.name() + ".cache")
File "ntpath.pyc", line 108, in join
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc8 in position 26: ordinal not in range(128)
And the second one:
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 "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\ui_menu.py", line 86, in onJxMenu
from database import eDeck
ImportError: cannot import name eDeck
Any idea what's wrong? Is it because of Unicode characters in line "\Documents and Settings\��\Application Data"?
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 "ankiqt\ui\main.pyc", line 1241, in
File "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\ui_menu.py", line 187, in newLoadDeck
build_JxDeck()
File "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\database.py", line 914, in build_JxDeck
eDeck = Database()
File "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\database.py", line 43, in __init__
self.load()
File "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\database.py", line 217, in load
path = os.path.join(os.path.dirname(__file__ ), "Cache", mw.deck.name() + ".cache")
File "ntpath.pyc", line 108, in join
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc8 in position 26: ordinal not in range(128)
And the second one:
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 "C:\Documents and Settings\��\Application Data\.anki\plugins\JxPlugin\ui_menu.py", line 86, in onJxMenu
from database import eDeck
ImportError: cannot import name eDeck
Any idea what's wrong? Is it because of Unicode characters in line "\Documents and Settings\��\Application Data"?
