I built from source.  I removed my existing installation of  
matplotlib, but I am still getting the same error.  I had not been  
using setup.cfg, but edited the template so that the experimental  
packages were turned off.  I am still getting this error.



-gideon

On Jun 24, 2008, at 7:31 AM, John Hunter wrote:

> On Mon, Jun 23, 2008 at 11:41 PM, Gideon Simpson  
> <[EMAIL PROTECTED]> wrote:
>> I was trying to look up a module, and, after installing matplotlib
>> 0.98.1, I get:
>
>>  File "/opt/lib/python2.5/site-packages/matplotlib/config/
>> tconfig.py", line 391, in __init__
>>    raise TConfigInvalidKeyError(m)
>> matplotlib.config.tconfig.TConfigInvalidKeyError: In config defined  
>> in
>> file: '/opt/lib/python2.5/site-packages/matplotlib/mpl-data/
>> matplotlib.conf'
>> Error processing section: figure
>> These keys are invalid : ['autolayout']
>> Valid key names        : ['edgecolor', 'facecolor', 'dpi', 'figsize']
>
> This looks like you have the experimental "traited config" turned on,
> and Michael may have not cleaned autolayout from the tconfig defaults
> when he removed it.  Did you build from source or get your package
> from elsewhere.  If building from source, edit setup.cfg next to
> setup.py and make sure that the traited config is off
>
>  ## Experimental config package support, this should only be enabled  
> by
>  ## matplotlib developers, for matplotlib development
>  enthought.traits = False
>  configobj = False
>
> If you got it from elsewhere, let the packager know this should be
> turned off.  And Darren, can you make sure that tconfig is updated
> vis-a-vis the autolayout param removal.
>
> JDH


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to