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.
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]>:
>
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
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
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
[ 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
>
[ 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
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
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
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
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
11 matches
Mail list logo