This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Compiling python 2.5.2 under Wine on linux.
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, lkcl, mark.dickinson
Priority: normal Keywords:

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: [issue4883] 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:43adminsetgithub: 49133
2010-06-19 18:23:01BreamoreBoysetfiles: + unnamed

messages: + msg108198
2010-06-19 18:19:25mark.dickinsonsetstatus: open -> closed

nosy: + mark.dickinson
messages: + msg108197

resolution: out of date
2010-06-19 17:05:44BreamoreBoysetnosy: + BreamoreBoy
messages: + msg108187
2009-01-08 16:13:37lkclcreate