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 ; please carry on!

David Fraser wrote:

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 truly portable (well, I hear you, portable everywhere except
on Windows :)).

Regards,
Nicolas

2005/5/20, Jim Gallacher (JIRA) <[EMAIL PROTECTED]>:
[ http://issues.apache.org/jira/browse/MODPYTHON-55?page=comments#action_65861 ]

Jim Gallacher commented on MODPYTHON-55:
----------------------------------------

Would it be appropriate to determine the version at configure time?

If so we could create a file mod_python/__init__.py.in which would contain:
version="@MP_VERSION@"

and configure would grep src/include/mpversion.h for MPV_STRING and generate __init__.py from __init__.py.in.

If this seems reasonable I can put something together.

Add a version attribute to the mod_python module.
-------------------------------------------------

        Key: MODPYTHON-55
        URL: http://issues.apache.org/jira/browse/MODPYTHON-55
    Project: mod_python
       Type: Improvement
   Versions: 3.1.4
   Reporter: Nicolas Lehuen
   Assignee: Nicolas Lehuen
    Fix For: 3.2.0
(asked by dharana) There is no easy way to know the version of mod_python used from within an handler. Why not try to add a version string attribute to the mod_python module ?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
  http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
  http://www.atlassian.com/software/jira






Reply via email to