Issue 4883: Compiling python 2.5.2 under Wine on linux. (original) (raw)

Created on 2009-01-08 16:13 by lkcl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
f lkcl,2009-01-08 16:13 patch to build python 2.5.2 under wine
unnamed BreamoreBoy,2010-06-19 18:23
Messages (4)
msg79420 - (view) Author: Luke Kenneth Casson Leighton (lkcl) Date: 2009-01-08 16:13
messy patches which get python 2.5.2 compiling - and producing python.exe.so - under wine. the setup.py is presently _wholly_ unsuited to use for building the modules - get_sysconfig("srcdir") returns None because... it's supposed to! but, the actual libpython2.5.a and the actual python.exe _are_ successfully built - and, amazingly, useable.
msg108187 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-06-19 17:05
Can this be closed as out of date, or is it still relevant to Python 2.7 or any of the Python 3 branches?
msg108197 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2010-06-19 18:19
It can be closed. Thanks!
msg108198 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-06-19 18:23
Hi Mark, It'll cost you a couple of pints of Ringwood Old Thumper if you're ever in my neck of the woods. Also blame Terry Reedy if I prove to be a pain in the neck!!! Kindest regards. Mark Lawrence. ________________________________ From: Mark Dickinson <report@bugs.python.org> To: breamoreboy@yahoo.co.uk Sent: Sat, 19 June, 2010 19:19:27 Subject: [] Compiling python 2.5.2 under Wine on linux. Mark Dickinson <dickinsm@gmail.com> added the comment: It can be closed. Thanks! ---------- nosy: +mark.dickinson resolution: -> out of date status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue4883> _______________________________________
History
Date User Action Args
2022-04-11 14:56:43 admin set github: 49133
2010-06-19 18:23:01 BreamoreBoy set files: + unnamedmessages: +
2010-06-19 18:19:25 mark.dickinson set status: open -> closednosy: + mark.dickinsonmessages: + resolution: out of date
2010-06-19 17:05:44 BreamoreBoy set nosy: + BreamoreBoymessages: +
2009-01-08 16:13:37 lkcl create