[issue2173] Pyton fails silently on bad locale

2008-02-26 Thread Michael Otteneder
Michael Otteneder added the comment: On my system I get different results. The error message is everything but useful. My Output: gcc -u _PyMac_Error -o python.exe \ Modules/python.o \ libpython3.0.a -ldl make: *** [sharedmods] Error 1

[issue2173] Pyton fails silently on bad locale

2008-02-26 Thread Michael Otteneder
Michael Otteneder added the comment: Interestingly it fails with a different error message on Mac. The Ubuntu one is at least helpful. I get this during make(configure also runs fine) : gcc -u _PyMac_Error -o python.exe \ Modules/python.o

[issue2163] test_socket is flakey

2008-02-25 Thread Michael Otteneder
Michael Otteneder added the comment: I'm not able to reproduce this with latest svn on OS X 10.5.2. test_socket never fails. -- nosy: +motteneder __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue2173] Pyton fails silently on bad locale

2008-02-24 Thread Michael Otteneder
New submission from Michael Otteneder: Python seems to fail silently when LANG enviroment variable is set to a bad value. In Mac OS X Leopard it is set too UTF-8 for instance which does not seem to be valid. Python fails building the modules during make and the generated python.exe is unable to