[julia-users] Re: Gadlfy - Error with colors

2015-09-16 Thread Serge Santos
I only initialized Colors (i.e., using Colors) and not Color. Pkg.status() says - Color 0.4.8 2fd36703 (dirty) - ColorTypes 0.1.4 - Colors0.5.3 Serge On Wednesday, 16 September 2015 00:12:13 UTC+1, Serge Santos

Re: [julia-users] Re: Gadlfy - Error with colors

2015-09-16 Thread Tim Holy
Your error message talks about `AlphaColorValue` and `ColorValue`. Those types only exist in the Color package, so something is loading it. Here's my suggestion: do a `git diff` in the `Color` directory and figure out why it's dirty. Presumably you don't need the changes you made because Color