-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mod_python 3.5.0 (with support for Python 3!) available for pre-release testing. #9
Comments
CentOS 6.4, Python 3.3.2, Apache 2.4.4 - all pass
|
Not sure if you are interested in Py 2.7 tests but here is mine
All tests passed |
@barbazul yes, definitely interested, thank you for this! I didn't know of LinuxMint, interesting. |
OSX 10.9 (Mavericks), Apache 2.4.4, Python 3.3.3rc1
|
OSX 10.9 (Mavericks), stock Apache and Python
|
FreeBSD 9.1, Apache 2.2, Python 2.7.3
|
FreeBSD 8, Apache 2.4, Python 3.3 (small configure.in patch was required to fix compile)
|
FreeBSD 9.1, Apache 2.2, Python 3.3
|
Debian 6.0.7, Apache 2.2, Python 2.6
|
Debian 6.0.7, Apache 2.2, Python 3.3.2, all good as well
|
I think this is good enough for now, closing this and moving on to releasing 3.5.0. |
Anyone reading this can test and provide feedback as a comment. Your help is VERY much appreciated!
Instructions:
$ ./configure $ make $ sudo make install $ make test
I am especially interested in Python 3.3 (and 3.4?) tests. You will most likely need to have a manually installed Python 3 and run
./configure --with-python=/path/to/bin/python3
.Thank You!
The text was updated successfully, but these errors were encountered: