2.3.2 Installation Problems

PyUser no_spam at msn-1.com
Fri Oct 3 14:54:47 EDT 2003


Hi Skip,

>     >> running build_ext
>     >> make: *** [sharedmods] Error 139
>
> Do you have any more output than that?  I presume the Python executable
> itself built okay?

Yes, the Py executable is built. I can import sys, os, string etc. But fails
for
socket, for example (Can't import _socket - as expected).

> If so, does "./python Lib/test/regrtest.py" reveal any
> problems besides lots of skipped tests because no extension modules have
> been built?

It doesn't get far; the first import of random fails, failing to import
math. It's checking
correctly in the new locations once I set the PYTHONHOME variable.

> 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.

Didn't try the .tgz. I just mentioned the package I tried as extra
information. I'll dig around
a bit more.

> Skip
PyUser






More information about the Python-list mailing list