[SciPy-dev] Now new svn of numpy is ready

Travis E. Oliphant oliphant.travis at ieee.org
Thu Jan 5 00:53:07 EST 2006


Fernando Perez wrote:
> Fernando Perez wrote:
> 
> 
>>On to testing scipy... (and happy from not having to say 'scipy full' :)
> 
> 
> Which currently doesn't build:
> "/home/fperez/usr/local/lib/python2.3/site-packages/numpy/distutils/command/build_clib.py", 
> line 171, in build_libraries
>      extra_postargs=[])
>    File "/usr/lib/python2.3/site-packages/scipy_distutils/ccompiler.py", line 
> 81, in CCompiler_compile
>      ccomp = self.compiler_so
> AttributeError: GnuFCompiler instance has no attribute 'compiler_so'

Here's the problem.  Notice this is picking up the old 
scipy_distutils/ccompiler (I'm not sure why, but it is...)

-Travis




More information about the SciPy-Dev mailing list