On Mon, Jun 15, 2009 at 7:38 AM, CaseyWeb<niwotia...@hotmail.com> wrote:

> I installed this on python 2.6.2 using the windows installer (the .exe) but
> it crashes even on something as
> simple as importing pylab from the interactive prompt.  To make sure it
> wasn't a conflict with other packages, I created a clean virtualenv
> directory and installed matplotlib from the 2.6 egg, but the results are the
> same.  Trying to run any matplotlib example immediately creates a windows
> exception dialog.

Apparently the binaries are fine but the default matplotlib rc is
setting the backend to wxagg.  site-packages/matplotlib/mpl-data and
set

backend : TkAgg

See also http://matplotlib.sourceforge.net/users/customizing.html

Christoph, would you be able to rebuild the installers using TkAgg as
the default backend?  Basically, at build time, you need to copy
setup.cfg.template to setup.cfg and set the line

backend = TkAgg

There are additional details at

  http://matplotlib.sourceforge.net/devel/release_guide.html#packaging

and

  http://matplotlib.sourceforge.net/faq/installing_faq.html#backends


Thanks!
JDH

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to