[Bug 33337] Wine crashing when execute distutils installer

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 9 08:33:34 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33337

--- Comment #3 from Guto Maia <guto at guto.net> 2013-04-09 08:33:34 CDT ---
Austin, did you try the Makefile attached and mentioned on the first comment?

The part that is broken, is not python related, but it is related to the
distutil installer. For example, PyWin32 and Twisted package use distutil
installer. To see the error, you must first install Python 2.7.3, witch in the
latest version, should install perfectly. And then, after try to install
PyWin32 and Twisted.

Just to make things clear, the following commands are the ones performed by the
Make file, and like I said, first you need to download everything, and the you
install Pyhon, pywin32 and Twisted. Just the Python instalation should work.
Either pywin32 or Twisted should fail.

wget http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi
wget
http://downloads.sourceforge.net/project/pywin32/pywin32/Build\%20218/pywin32-218.win32-py2.7.exe
wget
http://twistedmatrix.com/Releases/Twisted/12.3/Twisted-12.3.0.win32-py2.7.exe


msiexec /i python-2.7.3.msi /qb
wine pywin32-218.win32-py2.7.exe
wine Twisted-12.3.0.win32-py2.7.exe

PS: if you want to test it right away, just download the Makefile and type
"make"!

-- 
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.



More information about the wine-bugs mailing list