http://bugs.winehq.org/show_bug.cgi?id=33337
Bug #: 33337 Summary: Wine crashing when execute distutils installer Product: Wine Version: 1.5.2 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: guto@guto.net Classification: Unclassified
Created attachment 44094 --> http://bugs.winehq.org/attachment.cgi?id=44094 Makefile that will reproduce the same scenario
I found a problem when I try to install pywin32 or twisted when on wine. Wine is crashing while executing the installer. What I notice is that both uses distutils to install the libs. Well, not long ago the use to work.
In my wine context I already have a Python2.7 executable installed. That scenario is used on a very specific context in order to build a program.
I'm using Ubuntu 12.10 with ubuntu-wine/ppa and wine wine-1.5.27.
Also just to help you build the same scenario, I've added a Makefile that I allow you to reproduce the same error.
Thanks