Hi,

I want to use the chimera API and I've managed to configure a successful import of chimera except that I get that colorbrewer is not installed.

>>> import chimera
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Applications/Chimera.app/Contents/Resources/share/chimera/__init__.py", line 73, in <module>
    import palettes
  File "/Applications/Chimera.app/Contents/Resources/share/chimera/palettes.py", line 103, in <module>
    _initPresets()
  File "/Applications/Chimera.app/Contents/Resources/share/chimera/palettes.py", line 95, in _initPresets
    from colorbrewer import ColorBrewer
ImportError: cannot import name ColorBrewer

What is the right way to go about this? (I could create a symbolic link to my system colorbrewer, but that doesn't seem clean).

--
With kind regards,

Paul K Korir, PhD
Scientific Programmer
EMBL-EBI
Main Building, A2-35,
WTGC, Hinxton, Cambridge CB10 1SD
P: +44 1223 49 44 22
F: +44 1223 49 44 68