[SciPy-user] OS X using 2.3
Christopher Fonnesbeck
chris at fonnesbeck.org
Tue Jun 3 16:50:56 EDT 2003
Well, things are better now that I am using the python2.3 framework,
rather than 2.2 that comes with OS X 10.2.6. Weave runs the test
without error (and pretty quickly, at that!). Scipy, however, still
dies, now during the statistical section:
======================================================================
ERROR: check_chebyc (test_basic.test_chebyc)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-
packages/scipy/special/tests/test_basic.py", line 214, in check_chebyc
chebc = chebyc(1)(.2)
File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-
packages/scipy/special/orthogonal.py", line 398, in chebyc
p = p * 2.0/p(2)
File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-
packages/scipy_base/polynomial.py", line 445, in __getattr__
raise KeyError
KeyError
======================================================================
ERROR: check_chebys (test_basic.test_chebys)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-
packages/scipy/special/tests/test_basic.py", line 220, in check_chebys
chebs = chebys(1)(.2)
File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-
packages/scipy/special/orthogonal.py", line 429, in chebys
p = p * (n+1.0)/p(2)
File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-
packages/scipy_base/polynomial.py", line 445, in __getattr__
raise KeyError
KeyError
... plus about 70 failures that I will not trouble you with.
Are these the errors that were anticipated?
The other problem I get is with plotting using scipy.gplt. I get a
broken pipe error, even though I have gnuplot installed:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "Mallard.py", line 1155, in plot_history
gplt.surf(ma,po,mat)
File "/usr/lib/python2.2/site-packages/scipy/gplt/interface.py", line
164, in surf
apply(_active.surf,data)
File "/usr/lib/python2.2/site-packages/scipy/gplt/pyPlot.py", line
437, in surf
self._init_plot()
File "/usr/lib/python2.2/site-packages/scipy/gplt/pyPlot.py", line
702, in _init_plot
self._send('reset')
File "/usr/lib/python2.2/site-packages/scipy/gplt/pyPlot.py", line
820, in _send
self.g.flush()
IOError: [Errno 32] Broken pipe
More information about the SciPy-User
mailing list