http://bugs.winehq.org/show_bug.cgi?id=33494
Bug #: 33494 Summary: It's not possible to use tempfile module in python Product: Wine Version: 1.5.26 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: deveee@gmail.com Classification: Unclassified
Created attachment 44338 --> http://bugs.winehq.org/attachment.cgi?id=44338 backtrace
Not tested in real python. I used cx_freeze tool (also py2exe tested) and run compiled program under wine.
Just two simple lines:
#!/usr/bin/env python
import tempfile print tempfile.gettempdir()
And I get crash.
In attachments log from wine and compiled program.
Wine 1.5.24 and 1.4.1