os x make install dies when compiling zipfile.py on 2.5 and 2.4.4

stephen.ayotte at gmail.com stephen.ayotte at gmail.com
Mon Nov 20 10:33:49 EST 2006


Sorry about the top-post earlier.

I just tested installing 2.4.4 on the same machine that built it--- it
ran without a complaint. The line that follows the "Compiling
zipfile.py" line (possibly the one that is failing for us) is as
follows:

Compiling /Home/admin/sayotte/python-test/lib/python2.4/zipfile.py ...
PYTHONPATH=/Home/admin/sayotte/python-test/lib/python2.4   \
        ./python -Wi -t
/Home/admin/sayotte/python-test/lib/python2.4/compileall.py \
        -d /Home/admin/sayotte/python-test/lib/python2.4/site-packages
-f \
        -x badsyntax
/Home/admin/sayotte/python-test/lib/python2.4/site-packages
Listing /Home/admin/sayotte/python-test/lib/python2.4/site-packages ...

Were you by chance also executing the build and install steps on
different platforms?




More information about the Python-list mailing list