kubuntu install problems

I just tried, really just from curiousity, to install the 0.87.2 egg on my Kubutu 5.10 laptop, with numarray 1.5.1, numpy latest SVN, ipython latest SVN. Setting numerix to numpy in matplotlibrc results in a segmentation fault when doing "ipython -pylab". Setting numerix to numarray results in a long traceback the end of which reads:

  File "/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/matplotlib/artist.py", line 4, in ?
    from transforms import identity_transform
  File "/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/matplotlib/transforms.py", line 189, in ?
    from _transforms import Value, Point, Interval, Bbox, Affine
  File "/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/matplotlib/_transforms.py", line 1, in ?
    import sys, numerix
  File "/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/matplotlib/numerix/__init__.py", line 62, in ?
    from Matrix import Matrix
ImportError: No module named Matrix

If I download the tarball and build it from source, all is well.

The egg was compiled with numpy 0.9.6, which is what needs to be used.
The Matrix error looks familiar. Try searching the list archive.

- Charlie

···

On 5/10/06, Stephen Walton <stephen.walton@...267...> wrote:

I just tried, really just from curiousity, to install the 0.87.2 egg on
my Kubutu 5.10 laptop, with numarray 1.5.1, numpy latest SVN, ipython
latest SVN. Setting numerix to numpy in matplotlibrc results in a
segmentation fault when doing "ipython -pylab". Setting numerix to
numarray results in a long traceback the end of which reads:

  File
"/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/matplotlib/artist.py",
line 4, in ?
    from transforms import identity_transform
  File
"/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/matplotlib/transforms.py",
line 189, in ?
    from _transforms import Value, Point, Interval, Bbox, Affine
  File
"/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/matplotlib/_transforms.py",
line 1, in ?
    import sys, numerix
  File
"/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/matplotlib/numerix/__init__.py",
line 62, in ?
    from Matrix import Matrix
ImportError: No module named Matrix

If I download the tarball and build it from source, all is well.

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options