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

error - No module named colorsys #7

Closed
tonyflowed opened this issue Dec 13, 2012 · 8 comments
Closed

error - No module named colorsys #7

tonyflowed opened this issue Dec 13, 2012 · 8 comments

Comments

@tonyflowed
Copy link

An error occurred in an add-on. Please contact the add-on author.

Traceback (most recent call last):
File "C:\cygwin\home\dae\Lib\anki\win\build\pyi.win32\anki\outPYZ1.pyz/aqt.addons", line 42, in loadAddons
File "c:\pyi\iu.py", line 436, in importHook
File "c:\pyi\iu.py", line 521, in doimport
File "C:\Users\User\Documents\Anki\addons\kanji_colorizer.py", line 81, in
from kanjicolorizer.colorizer import KanjiColorizer
File "c:\pyi\iu.py", line 436, in importHook
File "c:\pyi\iu.py", line 521, in doimport
File "C:\Users\User\Documents\Anki\addons\kanjicolorizer\colorizer.py", line 29, in
import colorsys
File "c:\pyi\iu.py", line 455, in importHook
ImportError: No module named colorsys

@cayennes
Copy link
Owner

Thanks. I hope to find time to look into this sometime this week.

@cayennes
Copy link
Owner

I made a mistake with dependancies and this is an issue on computers that don't have python installed. I'll fix this after next weekend when I'll have access to a windows installation. If you want to use the addon before then, a workaround is to install python.

@jmblum
Copy link

jmblum commented Mar 4, 2013

I have the same problem. I did take your advice and install python but that didn't solve it for me.

@cayennes
Copy link
Owner

cayennes commented Mar 4, 2013

Thanks for letting me know.

I expect to have time to fix this either next weekend or the one after.

On Mar 4, 2013, at 12:29 PM, jmblum notifications@github.com wrote:

I have the same problem. I did take your advice and install python but that didn't solve it for me.


Reply to this email directly or view it on GitHub.

@cayennes
Copy link
Owner

I think that the latest version that I've uploaded fixes this issue, but I haven't gotten the chance to test it on Windows yet - try downloading it again from within anki and let me know if you have any more issues with it.

@cayennes
Copy link
Owner

cayennes commented Apr 4, 2013

Fix confirmed on Windows

@cayennes cayennes closed this as completed Apr 4, 2013
@jmblum
Copy link

jmblum commented Apr 4, 2013

Thank you! Just updated and everything working great now.

@cayennes
Copy link
Owner

cayennes commented Apr 5, 2013

Thanks for letting me know. Sorry I took so long for what turned out to be a pretty simple fix in the end.

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

No branches or pull requests

3 participants