[issue4956] Py_Initialize needs to be done before file load (on msys+wine)

Luke Kenneth Casson Leighton report at bugs.python.org
Fri Jan 16 12:59:59 CET 2009


Luke Kenneth Casson Leighton <lkcl at lkcl.net> added the comment:

here's an updated version, without the cruft.
this has a workaround for the problem of stdin
being seen as not a tty (!) until _after_
Py_Initialize() is run.

Added file: http://bugs.python.org/file12763/x

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4956>
_______________________________________


More information about the Python-bugs-list mailing list