Gregory (Grisha) Trubetskoy wrote:
OK, looks like the test failure that I was seeing was more caused by my
environment, so all tests pass.
So we've got:
1. flex
2. MacOS compile
3. http://issues.apache.org/jira/browse/MODPYTHON-72
Is this all?
4. From Graham:
"Only other issue at the moment I can think of is whether or not
anything prominent has been put in main documentation about changed
behaviour of module loading in mod_python.publisher."
5. The default session class used when Session.Session() is called can
now be specified using "PythonOption session [MemorySession | DbmSession
| FileSession]". This did not make it into the documentation. Mea culpa.
Jim
Grisha
On Wed, 17 Aug 2005, Gregory (Grisha) Trubetskoy wrote:
OK, I think I have a -1 :-(
checking for flex... no
configure: error: flex binary not found in path
flex shouldn't be required for build since the flex-generated
psp_parser.c is already included?
Aside from this I had a few tests fail - I'll have to take a look at
the details tomorrow. This was on Fedora Core 4.
Grisha
On Wed, 17 Aug 2005, Jim Gallacher wrote:
Here are the rules:
In order for a file to be officially announced, it has to be tested
by developers on the dev list. Anyone subscribed to this list can
(and should feel obligated to :-) ) test it, and provide feedback *to
_this_ list*! (Not the [EMAIL PROTECTED] list, and preferably
not me personally).
The files are (temporarily) available here:
http://www.modpython.org/dist/
Please download it, then do the usual
$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install
Then (as non-root user!)
$ cd test
$ python test.py
And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).
Thank you,
Jim