[SciPy-user] Problems during build
Nils Wagner
nwagner at carol.mecha.uni-stuttgart.de
Thu Feb 21 11:32:22 EST 2002
Pearu Peterson schrieb:
>
> On Thu, 21 Feb 2002, Nils Wagner wrote:
>
> > Attached is the current version of my setup.py.
> > Plese let me know if any modification is necessary.
>
> First you should uncomment the lines
>
> #import scipy_distutils.atlas_info
> #scipy_distutils.atlas_info.library_path = ['/usr/lib']
>
> and second I have no idea if the build will be succesful. It depends
> on many factors (eg. if X11 is found, if fftw is installed properly, if
> it is a good day for building scipy (ref. possibly unstable states of
> scipy CVS) etc.).
>
> Why don't you just try
>
> python setup.py build
>
> and see what happens?
>
here it is ...
running run_f2py
Traceback (most recent call last):
File "setup.py", line 127, in ?
install_package()
File "setup.py", line 117, in install_package
url = "http://www.scipy.org",
File "scipy_distutils/core.py", line 43, in setup
return old_setup(**new_attr)
File "/var/tmp/python-root//usr/lib/python2.1/distutils/core.py", line
138, in setup
File "/var/tmp/python-root//usr/lib/python2.1/distutils/dist.py", line
899, in run_commands
File "/var/tmp/python-root//usr/lib/python2.1/distutils/dist.py", line
919, in run_command
File
"/var/tmp/python-root//usr/lib/python2.1/distutils/command/build.py",
line 106, in run
File "/usr/lib/python2.1/cmd.py", line 328, in run_command
print "\n"
File "/var/tmp/python-root//usr/lib/python2.1/distutils/dist.py", line
919, in run_command
File "scipy_distutils/command/run_f2py.py", line 65, in run
ext.sources = self.f2py_sources(ext.sources,ext)
File "scipy_distutils/command/run_f2py.py", line 105, in f2py_sources
for line in f.xreadlines():
ImportError: No module named xreadlines
Nils
> Pearu
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
More information about the SciPy-User
mailing list