New submission from Luke Kenneth Casson Leighton <l...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue4956>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to