 |
|
 |
|
|
 |
mod_python 3.2.2b available for testing |
 |
 |
|
|
09-14-05 07:45 AM
A new mod_python 3.2.2 beta tarball is now available for testing.
Hopefully this will be the last beta before the official 3.2 release.
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 mod_python@modpython.org 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 Gallacher
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.2.2b available for testing |
 |
 |
|
 |  |  |  |  |
 |
 |
|
Gregory
(Grisha)
Trubetskoy |
|
|
 |
 |


 |
 |
 |
|  |  |  |  |
|
09-14-05 07:45 AM
+1
FreeBSD 4.9-RC
apache 2.0.53
Python 2.3.3
Grisha
On Tue, 13 Sep 2005, Jim Gallacher wrote:
> A new mod_python 3.2.2 beta tarball is now available for testing. Hopefull
y
> this will be the last beta before the official 3.2 release.
>
> 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 mod_python@modpython.org 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 Gallacher
>
>
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.2.2b available for testing |
 |
 |
|
|
09-14-05 07:45 AM
+1 (slightly patched for Apache 2.1.x)
Slackware Linux 10.1
gcc version 3.3.4
Python 2.4.1
Apache 2.1.6 Alpha
Jim Gallacher wrote:
> A new mod_python 3.2.2 beta tarball is now available for testing.
> Hopefully this will be the last beta before the official 3.2 release.
>
> 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 mod_python@modpython.org 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 Gallacher
>
>
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.2.2b available for testing |
 |
 |
|
|
09-14-05 07:45 AM
+1
Windows XP SP2
MSVC 7.1
Python 1.4.1
Apache 2.0.54
(there was a small problem in the version string in mpversion.h, though, but
nothing that cannot be easily corrected for the final release).
2005/9/14, Jorey Bump <list@joreybump.com>:
>
> +1 (slightly patched for Apache 2.1.x)
> Slackware Linux 10.1
> gcc version 3.3.4
> Python 2.4.1
> Apache 2.1.6 Alpha
>
> Jim Gallacher wrote:
>
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.2.2b available for testing |
 |
 |
|
|
09-14-05 12:46 PM
+1
Linux Debian Sid
apache 2.0.54
python 2.3.5
gcc 4.0.2
Jim Gallacher wrote:
> A new mod_python 3.2.2 beta tarball is now available for testing.
> Hopefully this will be the last beta before the official 3.2 release.
>
> 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 mod_python@modpython.org 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 Gallacher
>
>
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.2.2b available for testing |
 |
 |
|
|
09-14-05 12:46 PM
Grisha,
I think you mentioned that we should announce this beta on the
mod_python list as well. If so I thought we could wait until we get a +1
from a MacOS X user here on python-dev before proceeding.
Regards,
Jim
Jim Gallacher wrote:
> A new mod_python 3.2.2 beta tarball is now available for testing.
> Hopefully this will be the last beta before the official 3.2 release.
>
> 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 mod_python@modpython.org 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 Gallacher
>
>
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.2.2b available for testing |
 |
 |
|
|
09-14-05 12:46 PM
Nicolas has created a windows binary for testing which is also available
at http://www.modpython.org/dist.
Regards,
Jim
Jim Gallacher wrote:
> A new mod_python 3.2.2 beta tarball is now available for testing.
> Hopefully this will be the last beta before the official 3.2 release.
>
> 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 mod_python@modpython.org 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 Gallacher
>
>
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.2.2b available for testing |
 |
 |
|
|
09-14-05 10:47 PM
+1
MacOSX 10.4.2
apache-2.0.54
Python-2.4.1
cheers,
Ron
Ron Reisor <ron@udel.edu> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3 F5 D5 6E FF 3B B9 7C 2C
[ Post a follow-up to this message ]
|
|
|
 |
|
|
|
 |
Re: mod_python 3.2.2b available for testing |
 |
 |
|
|
 |
|
 |
|
|
 |
Re: mod_python 3.2.2b available for testing |
 |
 |
|
|
09-15-05 07:46 AM
+1
Linux 2.6.9-gentoo-r9
Apache/2.0.54
Python 2.3.5
Dominic Wong
Jim Gallacher wrote:
> A new mod_python 3.2.2 beta tarball is now available for testing.
> Hopefully this will be the last beta before the official 3.2 release.
>
> 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 mod_python@modpython.org 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 Gallacher
>
>
>
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
|
Sponsored Links |
 |
 |
|
|
 |
All times are GMT. The time now is 05:19 PM. |
 |
|
|
 |
|
 |
|
|
 |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
|
|
|
|
Medical and Health forum | Computer Games Reviews | Graphics design forum
|
 |
|
 |
|