tstabrawa / mod_python

mod_python

Home Page:http://modpython.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mod_python

Documentation for mod_python is on http://www.modpython.org/

Quick Start

If you can't read instructions:

$ ./configure
$ make
$ sudo make install
$ make test

If the above worked - read the tutorial in the documentation.

OS Hints

Windows:

HELP NEEDED! I do not have access to a Windows development environment. If you get a Windows compile working, please create a pull request or drop a note on the mod_python mailing list: mod_python@modpython.org (Note: subscription required).

Mac OS X/Darwin:

At least on OS X 10.8.5, the following was required in order for compile to work:

sudo ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain \
    /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain

About

mod_python

http://modpython.org/

License:Apache License 2.0


Languages

Language:C 52.3%Language:Python 45.4%Language:Makefile 0.9%Language:Shell 0.7%Language:Lex 0.7%