[issue6348] solaris/aix: Py_Initialize: can't initialize sys standard streams

2009-09-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> duplicate status: open -> closed superseder: -> os.popen causes illegal seek on AIX in Python 3.1rc ___ Python tracker ___

[issue6348] solaris/aix: Py_Initialize: can't initialize sys standard streams

2009-07-09 Thread nestor
nestor added the comment: Maybe make test will help troubleshoot this (BTW how do I enable verbose mode?): test test_ascii_formatd failed -- errors occurred; run in verbose mode for details test_cmath test test_cmath failed -- Traceback (most recent call last): File "/datawhse/test/data/expor

[issue6348] solaris/aix: Py_Initialize: can't initialize sys standard streams

2009-06-29 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Yes, I get the same "Illegal seek" traceback for nestor's ``os.popen ('cat', 'w')`` even though it happens on all of: solaris10-x86, solaris8-sparc, solaris8-sparc64 and aix5-powerpc. Hmm, so this is a duplicate bug? -- nosy: +nestor

[issue6348] solaris/aix: Py_Initialize: can't initialize sys standard streams

2009-06-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: Is it the same as #6236? -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue6348] solaris/aix: Py_Initialize: can't initialize sys standard streams

2009-06-26 Thread Sridhar Ratnakumar
New submission from Sridhar Ratnakumar : I wonder which commit introduced this regression which used to work before (I think till rc1). This error occurs on solaris10-x86, solaris8-sparc, solaris8-sparc64 and aix5-powerpc. (...) ranlib libpython3.1.a cc -o python \ Modules/p