dbulmer
Results
2
issues of
dbulmer
I can not import the most basic class and that is Color >>> from colour import Color Traceback (most recent call last): File "", line 1, in ImportError: cannot import...
I try the most simple import of color from colour import Color c = Color("blue") and I get this error ImportError: cannot import name 'Color' from 'colour' (unknown location)