[Pythonmac-SIG] Mac Numerical 1.9 Problem

W.T. Bridgman wtbridgman@radix.net
Tue, 16 Mar 1999 21:12:27 -0500


Rob,

I tried installing the new Numeric.  I added the Numerical:Mac folder to
the path, the one with all the .slb files.  However, when I try to run
test_all.py, I get:

Starting Testing Suite
Traceback (innermost last):
  File "Beta:Python 1.5.1:Extensions:Numerical:Test:test_all.py", line 61, in ?
    test_lines(fp.readlines())
  File "Beta:Python 1.5.1:Extensions:Numerical:Test:test_all.py", line 58,
in test_lines
    exec(line)
  File "<string>", line 1, in ?
  File "Beta:Python 1.5.1:Extensions:Numerical:Lib:Numeric.py", line 6, in ?
    import multiarray
ImportError: PythonCore: An import library was too old for a client.
>>>

What does this mean?

Tom