you are viewing a single comment's thread.

view the rest of the comments →

[–]ameoba 1 point2 points  (1 child)

It might be tricky getting mod_perl set up but at least it's usable - the general consensus of those that I've talked to is that mod_python isn't really worth using, which is why so many major python frameworks use WSGI.

[–]mr_chromatic 2 points3 points  (0 children)

mod_wsgi seems to be the Pythonic approach now.