This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lkcl
Recipients lkcl
Date 2009-01-15.23:00:34
SpamBayes Score 0.0082359845
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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!
History
Date User Action Args
2009-01-15 23:00:36lkclsetrecipients: + lkcl
2009-01-15 23:00:35lkclsetmessageid: <[email protected]>
2009-01-15 23:00:35lkcllinkissue4956 messages
2009-01-15 23:00:34lkclcreate