Re: [jira] Commented: (MODPYTHON-54) Add a way to import a published page into another published page

2005-05-20 Thread Nicolas Lehuen
The adresse is cced in the first place because all comments to a JIRA issue are posted to python-dev@httpd.apache.org with the name of the commenter BUT [EMAIL PROTECTED] as the email address, instead of the real email address of the commenter. This may be a configuration problem or a bug in JIRA.

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]>: >

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 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 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

[jira] Reopened: (MODPYTHON-54) Add a way to import a published page into another published page

2005-05-20 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-54?page=all ] Nicolas Lehuen reopened MODPYTHON-54: - Duh, we're not resolved yet, we need a bit of documentation before ! > Add a way to import a published page into another published page >

[jira] Resolved: (MODPYTHON-54) Add a way to import a published page into another published page

2005-05-20 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-54?page=all ] Nicolas Lehuen resolved MODPYTHON-54: - Resolution: Fixed OK, I've finally settled to only implement get_page(req,path), which accepts an absolute or relative path. import_module was

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: _apache.emergency_unlock function?

2005-05-20 Thread Nicolas Lehuen
Why not, but I really think that we should find a simple way to solve the problems created by building multiple sessions or multiple FieldStorage instances on the same request. In the Java (i.e. servlets) world, when you want a session, you just ask for it on the HttpRequest object. If a session e

Re: _apache.emergency_unlock function?

2005-05-20 Thread dharana
I don't know if it's related but I'm having some troubles with the current FileSession implementation. It causes a segfault when I do this: - login creating a session and go to any page (spend enought time looking down until session expires) - f5 at the browser apache segfaults and the only way t

Re: _apache.emergency_unlock function?

2005-05-20 Thread Jim Gallacher
dharana wrote: I don't know if it's related but I'm having some troubles with the current FileSession implementation. It causes a segfault when I do this: - login creating a session and go to any page (spend enought time looking down until session expires) - f5 at the browser segfault? Yikes. apa