New submission from Jan Stürtz:
We tried to upload a very large (350MB) bdist egg via distutils to our internal
package server.
And received following crash.
Traceback (most recent call last):
File "setup.py", line 1, in
import os
File "C:\devel\cdb\10.1.tag\cdb\pyth
Jan Stürtz added the comment:
Created a patch to fix the configure script, to get the "right" python.exp File.
--
keywords: +patch
Added file: http://bugs.python.org/file24678/Python-2.7.2-configure.aix.patch
___
Python trac
New submission from Jan Stürtz :
AIX 5.2.0.0 with gcc 4.3.0:
Compiling a shared python:
with:
./configure --enable-shared --with-gcc --disable-ipv6 --with-system-ffi
make; make install
results in a working build.
But when I build mod_wsgi into apache with this python and run it I get the