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(a)winehq.org ReportedBy: deveee(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.