Fwd: [mod_python] Where to get latest sources of mod_python?

Nicolas Lehuen nicolas.lehuen at gmail.com
Mon Jul 4 11:20:16 EDT 2005


Here are the high level release notes for the upcoming release :

http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=11060&styleName=Html&projectId=10640&Create=Create

If you want some more details, you can fetch the subversion log using :

svn log --limit 50 (to get the last 50 logs entries)

Do not hesitate to enter new bugs into the JIRA repository (
http://issues.apache.org/jira/browse/MODPYTHON ) as soon as you find
them.

Regards,
Nicolas

2005/7/4, Martin MOKREJŠ <mmokrejs at ribosome.natur.cuni.cz>:
> The NEWS file is quite outdated. Is there any 'Changelog'?
>
> Nicolas Lehuen wrote:
> > Yes, the instructions on the web site are deprecated too. We know that
> > and are working on it, hopefully.
> >
> > I didn't know there was some snapshots online, but having a look at it
> > it effectively is quite recent. Some changes have been made since then
> > about the session cookie name, but that's all.
> >
> > 2005/7/4, Martin MOKREJŠ <mmokrejs at ribosome.natur.cuni.cz>:
> >
> >>
> >>Nicolas Lehuen wrote:
> >>
> >>>Hi,
> >>>
> >>>The CVS archive is no longer used and is completely deprecated. Please
> >>>fetch the latest source version using Subversion
> >>>(http://subversion.tigris.org/), with the following command line :
> >>>
> >>>svn checkout http://svn.apache.org/repos/asf/httpd/mod_python/trunk mod_python
> >>
> >>So even the contents of http://cvs.apache.org/snapshots/mod_python
> >>are deprecated? It's quite messy as www.mod_python.org talks about httpd-python
> >>cvs module. The mod_python module which snapshots I've just digged out
> >>are more up-to-date, seems to me. So still not evound up-to-date? ;)
> >>
> >>Please, fix the docs on your web! And many thanks for answers.
> >>Martin
> >>
> >>
> >>>Regards,
> >>>
> >>>Nicolas
> >>>
> >>>2005/7/4, Martin MOKREJŠ <mmokrejs at ribosome.natur.cuni.cz>:
> >>>
> >>>
> >>>>Hi,
> >>>> I have some weird problem with module imports under mod_python.
> >>>>While reloading the webpage on every second reload I get a module import error.
> >>>>
> >>>> Similarly, I'm getting python executed in "restricted" mode just after
> >>>>I use (not import) cElementTree module. Fredrik Lundh mentioned some users
> >>>>had such problems when expat library was different to the used by apache
> >>>>itself. I got everything recompiled but nothing changed. I use Gentoo
> >>>>linux, btw. I have no problems when using elementtree to parse xml files.
> >>>>
> >>>> So, I would like to download latest cvs snapshot of mod_python as
> >>>>reading the bugreports on your web impressed me you are going to
> >>>>release 3.2 version rather soon.
> >>>>
> >>>> I followed the instructions at http://www.modpython.org/ so I got
> >>>>to this cvs repository.
> >>>>
> >>>># cvs -t update -dR
> >>>> -> main: Session ID is 483142c930984567
> >>>> -> main loop with CVSROOT=/home/cvspublic
> >>>> -> open_connection_to_server (:pserver:anoncvs at cvs.apache.org:/home/cvspublic)
> >>>> -> Connecting to cvs.apache.org(209.237.227.194):2401.
> >>>>
> >>>> Unfortunately, the flex path is hardcoded to /usr/local/bin/flex so
> >>>>it leads me to suspicion that I checked out some wrong branch (I have HEAD
> >>>>or whatever was the default). Any pointers? And please, put the cvs commands
> >>>>on the web. And at the best generate snapshots automatically.
> >>>>
> >>>>Thank you!
> >>>>Martin
> >>
>
> --
> Martin Mokrejs
> Email: 'bW9rcmVqc21Acmlib3NvbWUubmF0dXIuY3VuaS5jeg==\n'.decode('base64')
> GPG key is at http://www.natur.cuni.cz/~mmokrejs
>



More information about the Mod_python mailing list