m.banaouas wrote:

> Can i install and use  "Apache 2.2.3" & "mod_python 3.2.10" (most recent
> versions) without facing any known major issue ?

Works fine for me.
The only "known major issue" you can face is general non-threadsafety
of Python interpreter. So, if you are using Apache MPM, you have to
allow for it, or use framework that does it for you.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to