On Thu, 11 Jan 2007, John Hunter wrote:

> # How to diagnose where a segfault is occurring

> Try importing these packages individually

[EMAIL PROTECTED] ~]$ ipython

In [1]: import matplotlib._image
In [2]: import matplotlib._transforms
In [3]: import matplotlib.backends._ns_backend_agg
In [4]: import matplotlib.backends._tkagg
In [5]: import matplotlib._agg

   So far, so good.

> If that shed additional light, again flush the build and install dirs, and
> try setting VERBOSE=True in setup.py before doing a clean install. The
> VERBOSE setting will generate lots of extra output and may help indicate
> where the segfault is occurring

   Will do.

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