[jira] Commented: (MODPYTHON-55) Add a version attribute to the mod_python module.

2005-05-31 Thread Jim Gallacher (JIRA)
[ 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

Re: [jira] Commented: (MODPYTHON-55) Add a version attribute to the mod_python module.

2005-05-25 Thread David Fraser
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

Re: [jira] Commented: (MODPYTHON-55) Add a version attribute to the mod_python module.

2005-05-20 Thread Jim Gallacher
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

Re: [jira] Commented: (MODPYTHON-55) Add a version attribute to the mod_python module.

2005-05-20 Thread Nicolas Lehuen
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

Re: [jira] Commented: (MODPYTHON-55) Add a version attribute to the mod_python module.

2005-05-20 Thread Jim Gallacher
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

Re: [jira] Commented: (MODPYTHON-55) Add a version attribute to the mod_python module.

2005-05-20 Thread David Fraser
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

Re: [jira] Commented: (MODPYTHON-55) Add a version attribute to the mod_python module.

2005-05-20 Thread Nicolas Lehuen
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]>: >