Re: mod_python 3.2.5b available for testing

2005-11-15 Thread David Fraser
Jim Gallacher wrote: A new mod_python 3.2.5 beta tarball is now available for testing. A windows binary should be available shortly. The windows binary for python 2.3 is borked, and contains its own md5sum, being only 68 bytes long. This did raise the interesting thought of how easy it would

Re: Developer Guidelines (was Re: More efficient FieldStorage, StringField and Field classes)

2005-11-15 Thread Mike Looijmans
Ok, following Jim's advice, an having read his guide, I have so far: - Fetched the trunk version with anonymous SVN (no problem) I've already installed apache 2.0.55 and Python 2.4.1 on this Windows machine (the lazy way, with MSI packages). I've also installed the latest Cygwin (all "default"

Re: mod_python 3.2.5b available for testing

2005-11-15 Thread David Fraser
Jim Gallacher wrote: A new mod_python 3.2.5 beta tarball is now available for testing. A windows binary should be available shortly. I thought I'd add a note on building on Windows... Please download it, then do the usual $ ./configure --with-apxs=/wherever/it/is $ make $ (su) # make instal

Re: mod_python 3.2.5b available for testing

2005-11-15 Thread Nicolas Lehuen
Being the guy who provide the Win32 binaries, I feel obliged to answer :) 2005/11/15, David Fraser <[EMAIL PROTECTED]>: > Jim Gallacher wrote: > > > A new mod_python 3.2.5 beta tarball is now available for testing. A > > windows binary should be available shortly. > > I thought I'd add a note on b

Re: Developer Guidelines (was Re: More efficient FieldStorage, StringField and Field classes)

2005-11-15 Thread David Fraser
Mike Looijmans wrote: Ok, following Jim's advice, an having read his guide, I have so far: - Fetched the trunk version with anonymous SVN (no problem) I've already installed apache 2.0.55 and Python 2.4.1 on this Windows machine (the lazy way, with MSI packages). I've also installed the late

Re: Developer Guidelines (was Re: More efficient FieldStorage, StringField and Field classes)

2005-11-15 Thread Mike Looijmans
David Fraser wrote: > See my other mail - basically you do > cd dist > set APACHESRC=c:\path\to\apache (where this is the Apache2 dir in a > standard installation, now need for apache source) > build_installer Okay, first I downloaded the .NET SDK. (Our internet connection is great here) The

Re: mod_python 3.2.5b available for testing

2005-11-15 Thread David Fraser
Nicolas Lehuen wrote: Being the guy who provide the Win32 binaries, I feel obliged to answer :) Brilliant :-) download, untar, then do (substituting your apache directory for the one below) cd dist set APACHESRC="c:\Program Files\Apache Group\Apache2" build_installer.bat Note that without

Re: Developer Guidelines (was Re: More efficient FieldStorage, StringField and Field classes)

2005-11-15 Thread David Fraser
Mike Looijmans wrote: David Fraser wrote: > See my other mail - basically you do > cd dist > set APACHESRC=c:\path\to\apache (where this is the Apache2 dir in a > standard installation, now need for apache source) > build_installer Okay, first I downloaded the .NET SDK. (Our internet connecti

Re: mod_python 3.2.5b available for testing

2005-11-15 Thread Jim Gallacher
John McFarlane wrote: Not sure if this is helpfull, but here goes... To run test.py I did the following: Overlay: http://thinkflat.com/files/public/?d=/ebuilds/mod_python user# sudo emerge -a mod_python user# tar zxvf mod_python-3.2.5b.tgz user# cd mod_python-3.2.5b user# ./configure --with-ap

Re: mod_python 3.2.5b available for testing

2005-11-15 Thread Gregory (Grisha) Trubetskoy
hehe - sorry about that, should be fixed now Grisha On Tue, 15 Nov 2005, David Fraser wrote: Jim Gallacher wrote: A new mod_python 3.2.5 beta tarball is now available for testing. A windows binary should be available shortly. The windows binary for python 2.3 is borked, and contains its o

Re: Developer Guidelines (was Re: More efficient FieldStorage, StringField and Field classes)

2005-11-15 Thread Gregory (Grisha) Trubetskoy
On Tue, 15 Nov 2005, Mike Looijmans wrote: Then I get: error: Python was built with version 7.1 of Visual Studio, and extensions need to be built with the same version of the compiler, but it isn't installed. I don't have a VS license - that would mean I have to build my own Python in ord

Re: mod_python 3.2.5b available for testing

2005-11-15 Thread Ron Reisor
+1 MacOSX 10.4.3, gcc 4.0.0 (apple), Python-2.4.2, Apache-2.0.55 cheers, Ron On Mon, 14 Nov 2005, Jim Gallacher wrote: A new mod_python 3.2.5 beta tarball is now available for testing. A windows binary should be available shortly. This release is similar to 3.2.4b but fixes a couple of min

Re: mod_python 3.2.5b available for testing

2005-11-15 Thread Indrek Järve
+1 on SuSE Linux 9.2 (x86-64) Best regards, Indrek Jim Gallacher wrote: A new mod_python 3.2.5 beta tarball is now available for testing. A windows binary should be available shortly. This release is similar to 3.2.4b but fixes a couple of minor issues - MODPYTHON-87 (psp_parser), and MODPYT

Re: mod_python 3.2.5b available for testing

2005-11-15 Thread John McFarlane
Sure enough /tmp/mp_sess.dbm was present, and owned by apache. I removed the file and tested again with the same results. In doing so /tmp/mp_sess.dbm was re-created and owned by the user running the test. John M. Jim Gallacher wrote: > John McFarlane wrote: >> Not sure if

Re: mod_python 3.2.5b available for testing (gentoo issues)

2005-11-15 Thread Jim Gallacher
+1 with patch Linux gentoo 2.6.12-gentoo-r6 apache 2.0.54 (mpm-prefork) python 2.4.2 gcc 3.3.6 There are 2 issues with the unit tests in Gentoo that are fixed by the attached patch. (Just to be clear, I mean the problems are with the unit test code, not with mod_python). First, test_global_lo

Re: mod_python 3.2.5b available for testing (gentoo issues)

2005-11-15 Thread Nicolas Lehuen
Hi Jim, 2005/11/16, Jim Gallacher <[EMAIL PROTECTED]>: > +1 with patch > Linux gentoo 2.6.12-gentoo-r6 > apache 2.0.54 (mpm-prefork) > python 2.4.2 > gcc 3.3.6 > > There are 2 issues with the unit tests in Gentoo that are fixed by the > attached patch. (Just to be clear, I mean the problems are wi