On 10/04/2009, at 13:06, Dominique Dhumieres wrote: > On my G4 OSX 10.4.11 (I did not tried other machines), updating to > scipy-core-py23-1.3.0-1 failed with: > > ... > gzip -dc /sw/src/numpy-1.3.0.tar.gz | /sw/bin/tar -xf - --no-same- > owner --no-same-permissions > /sw/bin/python2.3 setup.py build > Traceback (most recent call last): > File "setup.py", line 22, in ? > import subprocess > ImportError: No module named subprocess > ### execution of /sw/bin/python2.3 failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-scipy-core-py23-1.3.0-1 > (Reading database ... 419982 files and directories currently > installed.) > Removing fink-buildlock-scipy-core-py23-1.3.0-1 ... > Failed: phase compiling: scipy-core-py23-1.3.0-1 failed
The subprocess module was added in Python 2.4, so I’m guessing numpy-1.3.0 (scipy-core-py 1.3.0-1) would not work with your Python 2.3 installation. I’m CCing the maintainer of the package. -- monipol ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
