[SciPy-dev] import pylab --> ImportError: cannot import name inverse

LATORNELL, Doug Doug.LATORNELL at mdsinc.com
Wed Mar 15 18:32:29 EST 2006


I'm seeing this problem too.

I re-built NumPy and SciPy from SVN this afternoon.  My matplotlib has
been static for several weeks.

IsoInfoCompute:python$ ipython
Python 2.4.1 (#1, Sep  3 2005, 13:08:59) 
Type "copyright", "credits" or "license" for more information.

IPython 0.6.15 -- 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]: import numpy

In [2]: numpy.__version__
Out[2]: '0.9.7.2247'

In [3]: import scipy

In [4]: scipy.__version__
Out[4]: '0.4.7.1711'

In [5]: import matplotlib

In [6]: matplotlib.__version__
Out[6]: '0.86.1'


Doug
 

> -----Original Message-----
> From: scipy-dev-bounces at scipy.net 
> [mailto:scipy-dev-bounces at scipy.net] On Behalf Of Nils Wagner
> Sent: March 14, 2006 23:51
> To: matplotlib-users at lists.sourceforge.net; SciPy Developers List
> Subject: [SciPy-dev] import pylab --> ImportError: cannot 
> import name inverse
> 
>  >>> matplotlib.__version__
> '0.87.2svn'
> 
> Python 2.4.1 (#1, Sep 12 2005, 23:33:18) [GCC 4.0.2 20050901 
> (prerelease) (SUSE Linux)] on linux2 Type "help", 
> "copyright", "credits" or "license" for more information.
> >>> import pylab
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib64/python2.4/site-packages/pylab.py", line 1, in ?
>     from matplotlib.pylab import *
>   File 
> "/usr/lib64/python2.4/site-packages/matplotlib/pylab.py", 
> line 200, in ?
>     from axes import Axes, PolarAxes
>   File 
> "/usr/lib64/python2.4/site-packages/matplotlib/axes.py", line 14, in ?
>     from artist import Artist, setp
>   File 
> "/usr/lib64/python2.4/site-packages/matplotlib/artist.py", 
> line 4, in ?
>     from transforms import identity_transform
>   File "/usr/lib64/python2.4/site-packages/matplotlib/transforms.py",
> line 193, in ?
>     from matplotlib.numerix.linear_algebra import inverse
> ImportError: cannot import name inverse
> 
> 
> Nils
> 
> 
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
> 


This email and any files transmitted with it may contain privileged or confidential information and may be read or used only by the intended recipient.  If you are not the intended recipient of the email or any of its attachments, please be advised that you have received this email in error and any use, dissemination, distribution, forwarding, printing or copying of this email or any attached files is strictly prohibited.  If you have received this email in error, please immediately purge it and all attachments and notify the sender by reply email or contact the sender at the number listed.




More information about the SciPy-Dev mailing list