Page 1 of 1

Python 2.3 dependencies?

Posted: Mon Jan 26, 2009 4:00 pm
by rarified
Does anybody know if there is a real dependency of the MOUL code upon Python 2.3?

I seem to remember reading something along those lines when I was looking at the various tools for examining age files.

Building Python 2.3 with "current" windows tools is something of a pain since MS altered the C libraries to validate all parameters "to enhance security". Py2.3 is not prepared to deal with the differences between MS and Posix (later python revisions have code to work around it).

Re: Python 2.3 dependencies?

Posted: Tue Feb 03, 2009 1:47 am
by Marten
If there is a dependency on an older version of Python, then I propose the way to fix that is to update the Python code to eliminate the dependency. :D

Re: Python 2.3 dependencies?

Posted: Tue Feb 03, 2009 2:02 am
by rarified
Marten wrote:If there is a dependency on an older version of Python, then I propose the way to fix that is to update the Python code to eliminate the dependency. :D
I'd love to :)

But I'm concerned that there may be some compiled python code embedded in age files that require the older interpreter to execute properly. Or that the existing MOUL client needs a 2.3 API library to build.