2.3.2 Installation Problems

Skip Montanaro skip at pobox.com
Fri Oct 3 13:59:04 EDT 2003


    >> Just downloaded the 2.3.2 bzip2 package and trying to install. When I
    >> run 'make', I get the following error:
    >> ....
    >> ....
    >> running build
    >> running build_ext
    >> make: *** [sharedmods] Error 139

Do you have any more output than that?  I presume the Python executable
itself built okay?  If so, does "./python Lib/test/regrtest.py" reveal any
problems besides lots of skipped tests because no extension modules have
been built?

Does building from the .tgz file give you the same problem?  There should be
no functional difference between the two, but since you mentioned it, I
thought I would check to be sure you weren't somehow attributing the problem
to the bzip2 package.

Skip





More information about the Python-list mailing list