|
From: Charlie M. <cw...@gm...> - 2006-05-11 02:15:06
|
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 <ste...@cs...> 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 ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |