[SciPy-user] Problems with latest cvs

Nils Wagner nwagner at mecha.uni-stuttgart.de
Fri Feb 13 10:51:46 EST 2004


Pearu Peterson schrieb:
> 
> On Fri, 13 Feb 2004, Nils Wagner wrote:
> 
> > > So, have you imported distutils before scipy_distutils or scipy?
> > > The fix depends on the answer..
> >
> > just
> >
> > from scipy import *
> 
> Strange, the site.py or something has imported distutils for you.
> It does not happend here. Anyway, a fix is in CVS. You'll only need to
> reinstall scipy_core.
> 
> Pearu
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user

Sorry, but the problem is still there.

Nils
Traceback (most recent call last):
  File "qr.py", line 89, in ?
    eval=linalg.eigvals(A)
  File "/usr/local/lib/python2.3/site-packages/scipy_base/ppimport.py",
line 243, in __getattr__
    module = self._ppimport_importer()
  File "/usr/local/lib/python2.3/site-packages/scipy_base/ppimport.py",
line 216, in _ppimport_importer
    module = __import__(name,None,None,['*'])
  File
"/usr/local/lib/python2.3/site-packages/scipy/linalg/__init__.py", line
8, in ?
    from basic import *
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/basic.py",
line 12, in ?
    from flinalg import get_flinalg_funcs
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/flinalg.py",
line 7, in ?
    from scipy_distutils.misc_util import PostponedException
  File
"/usr/local/lib/python2.3/site-packages/scipy_distutils/__init__.py",
line 14, in ?
    assert not sys.modules.has_key('distutils.ccompiler'),\
AssertionError: distutils has been imported before scipy_distutils



More information about the SciPy-User mailing list