 |
|
 |
|
|
 |
mod_python 3.3.0 beta available for testing |
 |
 |
|
|
12-09-06 06:11 PM
The mod_python 3.3-0b tarball is available for testing. Hopefully
Nicolas will have a chance to create Windows installers for testing in
the next couple of days.
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://people.apache.org/~jgallache...thon-3.3.0b.tgz
http://people.apache.org/~jgallache...thon-3.3.0b.md5
Please download it, then do the usual
$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install
Then (as non-root user!)
$ make check
Or for you Windows folks
$ 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, Apache, Apache-mpm, Python,
the test output, and suggestions, if any).
Please present your test results in the following format:
+1 OS version, Apache version (apache mpm), Python Version
For example:
+1 Linux Debian Sid, Apache 2.0.55 (mpm-worker), Python 2.3.5
Presenting your information in a consistent format will help in
tabulating the results. You can include additional information in each
section, just don't use extra commas. There is no need to include the
mod_python version in this string as that information is available in
the email subject. Who knows, one day I may actually write a script to
extract this information automatically.
Thank you for your assistance,
Jim Gallacher
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.3.0 beta available for testing |
 |
 |
|
|
12-09-06 06:11 PM
+1 Linux Debian 3.1 Sarge, Apache 2.0.54 (mpm-prefork), Python 2.3.5
+1 Linux Debian Sid, Apache 2.2.3 (mpm-worker), Python 2.3.5
+1 Linux Debian Sid, Apache 2.2.3 (mpm-worker), Python 2.4.4
+1 Linux Debian Sid, Apache 2.2.3 (mpm-worker), Python 2.5
+1 Linux Ubuntu 6.0.6, Apache 2.0.55 (mpm-worker), Python 2.4.3
+1 Linux Ubuntu 6.10, Apache 2.0.55 (mpm-prefork), Python 2.4.4c1
Jim Gallacher wrote:
> The mod_python 3.3-0b tarball is available for testing. Hopefully
> Nicolas will have a chance to create Windows installers for testing in
> the next couple of days.
>
> 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://people.apache.org/~jgallache...thon-3.3.0b.tgz
> http://people.apache.org/~jgallache...thon-3.3.0b.md5
>
> Please download it, then do the usual
>
> $ ./configure --with-apxs=/wherever/it/is
> $ make
> $ (su)
> # make install
>
> Then (as non-root user!)
>
> $ make check
>
> Or for you Windows folks
>
> $ 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, Apache, Apache-mpm, Python,
> the test output, and suggestions, if any).
>
> Please present your test results in the following format:
> +1 OS version, Apache version (apache mpm), Python Version
>
> For example:
> +1 Linux Debian Sid, Apache 2.0.55 (mpm-worker), Python 2.3.5
>
> Presenting your information in a consistent format will help in
> tabulating the results. You can include additional information in each
> section, just don't use extra commas. There is no need to include the
> mod_python version in this string as that information is available in
> the email subject. Who knows, one day I may actually write a script to
> extract this information automatically.
>
> Thank you for your assistance,
> Jim Gallacher
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.3.0 beta available for testing |
 |
 |
|
|
|
|
 |
Re: mod_python 3.3.0 beta available for testing |
 |
 |
|
|
12-10-06 06:14 AM
On 12/9/06, Detmar Meurers <dm@ling.ohio-state.edu> wrote:
> +1 Mac OSX (Darwin 8.8.1), Apache 2.2.3 (mpm-prefork), Python 2.4.2
>
+1 FreeBSD 6.1, Apache 2.2.3 (mpm-prefork), Python 2.4.3,1
[ Post a follow-up to this message ]
|
|
|
 |
|
|
|
 |
Re: mod_python 3.3.0 beta available for testing |
 |
 |
|
|
 |
|
 |
|
|
 |
Re: mod_python 3.3.0 beta available for testing |
 |
 |
|
|
12-10-06 06:14 AM
+1 Linux Fedora Core 6, Apache 2.2.3 (mpm-prefork), Python 2.4.4
Jim Gallacher wrote:
> The mod_python 3.3-0b tarball is available for testing. Hopefully
> Nicolas will have a chance to create Windows installers for testing in
> the next couple of days.
>
> 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://people.apache.org/~jgallache...thon-3.3.0b.tgz
>
> http://people.apache.org/~jgallache...thon-3.3.0b.md5
>
>
> Please download it, then do the usual
>
> $ ./configure --with-apxs=/wherever/it/is
> $ make
> $ (su)
> # make install
>
> Then (as non-root user!)
>
> $ make check
>
> Or for you Windows folks
>
> $ 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, Apache, Apache-mpm, Python,
> the test output, and suggestions, if any).
>
> Please present your test results in the following format:
> +1 OS version, Apache version (apache mpm), Python Version
>
> For example:
> +1 Linux Debian Sid, Apache 2.0.55 (mpm-worker), Python 2.3.5
>
> Presenting your information in a consistent format will help in
> tabulating the results. You can include additional information in each
> section, just don't use extra commas. There is no need to include the
> mod_python version in this string as that information is available in
> the email subject. Who knows, one day I may actually write a script to
> extract this information automatically.
>
> Thank you for your assistance,
> Jim Gallacher
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.3.0 beta available for testing |
 |
 |
|
|
12-10-06 06:14 AM
On 10/12/2006, at 3:17 AM, Jim Gallacher wrote:
> The mod_python 3.3-0b tarball is available for testing.
+1 Apple Mac OS X (PowerPC), Apache 2.2.1 (mpm-worker), Python 2.3.5
(OS Supplied Version)
+1 Apple Mac OS X (PowerPC), Apache 2.0.55 (mpm-worker), Python
2.3.5 (OS Supplied Version)
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.3.0 beta available for testing |
 |
 |
|
|
12-10-06 12:12 PM
Here are the 6 binaries for Windows, three Python versions times 2 Apache
versions.
http://nicolas.lehuen.com/download/mod_python/
Here are the test results :
+1 Microsoft Windows XP, Apache 2.0.58 (mpm_winnt), Python 2.5
+1 Microsoft Windows XP, Apache 2.0.58 (mpm_winnt), Python 2.4
+1 Microsoft Windows XP, Apache 2.2.2 (mpm_winnt), Python 2.5
+1 Microsoft Windows XP, Apache 2.2.2 (mpm_winnt), Python 2.4
I cannot test on Python 2.3 right now as the installer doesn't really play
well in an environment where Python 2.3, 2.4 and 2.5 are installed. I need
to recover a pristine environment for that. If someone has such an
environment and can perform the tests, please let me know.
Regards,
Nicolas
2006/12/10, Graham Dumpleton <grahamd@dscpl.com.au>:
>
> On 10/12/2006, at 3:17 AM, Jim Gallacher wrote:
>
>
> +1 Apple Mac OS X (PowerPC), Apache 2.2.1 (mpm-worker), Python 2.3.5
> (OS Supplied Version)
> +1 Apple Mac OS X (PowerPC), Apache 2.0.55 (mpm-worker), Python
> 2.3.5 (OS Supplied Version)
>
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.3.0 beta available for testing |
 |
 |
|
|
12-10-06 06:11 PM
+1 Slackware Linux 10.2, Apache 2.2.3 (mpm-prefork), Python 2.4.1
If you have a wishlist for any free OS platforms we're missing, I've
gathered a collection of decommissioned machines that I can set up for
testing new releases. I'm in the middle of a move, so I can't do it for
this release, but after the votes are in, let's compile a list of
significant omissions.
Jim Gallacher wrote:
> The mod_python 3.3-0b tarball is available for testing. Hopefully
> Nicolas will have a chance to create Windows installers for testing in
> the next couple of days.
>
> 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://people.apache.org/~jgallache...thon-3.3.0b.tgz
> http://people.apache.org/~jgallache...thon-3.3.0b.md5
>
> Please download it, then do the usual
>
> $ ./configure --with-apxs=/wherever/it/is
> $ make
> $ (su)
> # make install
>
> Then (as non-root user!)
>
> $ make check
>
> Or for you Windows folks
>
> $ 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, Apache, Apache-mpm, Python,
> the test output, and suggestions, if any).
>
> Please present your test results in the following format:
> +1 OS version, Apache version (apache mpm), Python Version
>
> For example:
> +1 Linux Debian Sid, Apache 2.0.55 (mpm-worker), Python 2.3.5
>
> Presenting your information in a consistent format will help in
> tabulating the results. You can include additional information in each
> section, just don't use extra commas. There is no need to include the
> mod_python version in this string as that information is available in
> the email subject. Who knows, one day I may actually write a script to
> extract this information automatically.
>
> Thank you for your assistance,
> Jim Gallacher
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: mod_python 3.3.0 beta available for testing |
 |
 |
|
|
12-11-06 12:12 PM
+1 Fedora Core 6 i386, Apache 2.2.3 (mpm-prefork), Python 2.4.4
+1 Fedora Core 5 i386, Apache 2.2.2 (mpm-prefork), Python 2.4.3
+1 Fedora Core 6 x86_64, Apache 2.2.3 (mpm-prefork), Python 2.4.4
The correct md5 file path is:
[url]http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.3.0b.tgz.md5[/ur
l]
Regards,
[ Post a follow-up to this message ]
|
|
|
 |
|
|
|
|
Sponsored Links |
 |
 |
|
|
 |
All times are GMT. The time now is 08:24 AM. |
 |
|
|
 |
|
 |
|
|
 |
|
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
|
 |
|
 |
|