mod_python 3.5.0 (with support for Python 3!) available for pre-release testing. · Issue #9 · grisha/mod_python (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
Anyone reading this can test and provide feedback as a comment. Your help is VERY much appreciated!
Instructions:
Get mod_python.
$ git clone https://github.com/grisha/mod_python.git $ git checkout -b 3.5.x origin/3.5.x
Compile and run tests:
$ ./configure $ make $ sudo make install $ make test
If tests produce errors, please include those as part of your feedback.
Please remember to include the output of
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!