On Thu, 11 Jan 2007, John Hunter wrote:

> You may also want to append /usr/local/pkgconfig/ to that path...

John,

   pkgconfig is only in /usr/local/lib.

> Glad it's working for you.

   Well, let's not be too hasty.

   I replaced ~/.matplotlib/matplotlibrc with the newer copy from today's
installation. Then I tried the simple script at the top of the tutorial:

[EMAIL PROTECTED] ~]$ ipython
Python 2.4.1 (#1, Apr 20 2005, 11:40:53) 
Type "copyright", "credits" or "license" for more information.

IPython 0.7.2 -- An enhanced Interactive Python.
?       -> Introduction to IPython's features.
%magic  -> Information about IPython's 'magic' % functions.
help    -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

In [1]: from pylab import *

In [2]: plot([1,2,3,4])
Out[2]: [<matplotlib.lines.Line2D instance at 0x4271874c>]

In [3]: show()
Segmentation fault

   So, I must be missing something that's throwing an exception. Might you
have suggestions where I should start looking?

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