I'm not an expert but I thought I'd try and help...

On Feb 19, 2008 7:15 PM, Stef Mientki <[EMAIL PROTECTED]> wrote:

> > where you got it from,
> probably: http://sourceforge.net/project/showfiles.php?group_id=80706
> matplotlib-0.91.2.win32-py2.4.exe

This is a binary distribution, that is one that has already been
compiled on a different machine. This won't have the setup.cfg file,
since it is a file that is used to configure the compilation process
of matplotlib. Also this is why you can only use this distribution
with specific versions of python, wx etc.

If you choose to compile matplotlib yourself, then you have the option
of completely disabling some of the backends, which is done via a
setting in the setup.cfg file.

I am not sure how easy it is to build matplotlib on windows, but on
other platforms it is relatively straightforward.
After obtaining the source distribution, ensure you have the
requirements (including any development files) for the backends you
want. Select the backends to build in setup.cfg and run
python setup.py build
followed by
python setup.py install

Hope this at least clears up the missing setup.cfg issue...

Robin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to