On Thu, 11 Jan 2007, John Hunter wrote:

> Can you
>
> import matplotlib.backends._wxagg
>
> successfully?

   Yes.

> matplotlib.backends.backend_wxagg still supports using the older,
> slower, python transfer.  If you edit backend_wxagg.py and edit the
> bottom of the file replacing the block
>
> try:
>    import _wxagg
> except ImportError:
>    _wxagg = None
>
> with simply
>
> _wxagg = None
>
> does the segfault go away?

   Yes.

Rich

-- 
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.        |          Accelerator(TM)
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to