[
http://issues.apache.org/jira/browse/MODPYTHON-55?page=comments#action_66631 ]
Jim Gallacher commented on MODPYTHON-55:
I think I messed up the referernce counting in the code for
server_get_mp_version. I'm new at this and the Python document
Hmmm ... it appears I was over-optimistic about my patches :-)
Most of them related to win32 installation rather than building.
There are a few changes to setup.py.in that rearrange it but most are to
the win32_postinstall.py
I had a power failure two days in a row so sorry for the delay ; plea
Nicolas Lehuen wrote:
It has not much impact since I simply don't use configure, nor make.
To build under Windows XP, I just launch the Python script in
dist\setup.py.in .
Note the .in extension, which seems to mean that it should have been
transformed by another script. However, when having a loo
It has not much impact since I simply don't use configure, nor make.
To build under Windows XP, I just launch the Python script in
dist\setup.py.in .
Note the .in extension, which seems to mean that it should have been
transformed by another script. However, when having a look at the
script, I do
Nicolas Lehuen wrote:
The problem is that this won't work when building on Windows. I think
we should use Python scripts instead of configure, grep et al which
are not truly portable (well, I hear you, portable everywhere except
on Windows :)).
Use python? PYTHON Well, the very idea... :)
Sam
I've got a number of patches which relate to building on Windows using
pure python.
I'll try get them onto Jira next week
David
Nicolas Lehuen wrote:
The problem is that this won't work when building on Windows. I think
we should use Python scripts instead of configure, grep et al which
are not t
The problem is that this won't work when building on Windows. I think
we should use Python scripts instead of configure, grep et al which
are not truly portable (well, I hear you, portable everywhere except
on Windows :)).
Regards,
Nicolas
2005/5/20, Jim Gallacher (JIRA) <[EMAIL PROTECTED]>:
>