[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 00:00:35 CET 2009


New submission from Luke Kenneth Casson Leighton <lkcl at lkcl.net>:

this is a _very_ strange case where the file contents cannot be read,
under msys+wine, but under _just_ wine (cmd.exe) everything goes
absolutely fine.

by moving Py_Initialize() to _before_ the file load, it works!

----------
components: Build
files: f
messages: 79924
nosy: lkcl
severity: normal
status: open
title: Py_Initialize needs to be done before file load (on msys+wine)
type: crash
versions: Python 2.5
Added file: http://bugs.python.org/file12758/f

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


More information about the Python-bugs-list mailing list