[SciPy-user] bdist_rpm build error in scipy_core from CVS

Pearu Peterson pearu at scipy.org
Fri Jan 28 18:04:51 EST 2005



On Fri, 28 Jan 2005, Stephen Walton wrote:

> I just tried
>
> python setup.py bdist_rpm
>
> in the root scipy directory after a "cvs update -Pd" and got
>
> + env 'CFLAGS=-O2 -g -pipe -m32 -march=i386 -mtune=pentium4' python setup.py 
> build
> Traceback (most recent call last):
> File "setup.py", line 34, in ?
>   import scipy_distutils
> ImportError: No module named scipy_distutils
> error: Bad exit status from /var/tmp/rpm-tmp.32984 (%build)

Hmm, if there would be a way to set

  PYTHONPATH=/path/to/cvs/scipy/scipy_core

for bdist_rpm commands then it should also work without installing 
scipy_core.

Pearu




More information about the SciPy-User mailing list