hi, i did really run easy_install -Z mpcp on my gentoo linux and follow
the steps in http://turbogears.org/docs/deployment/mod_python.html, but
I still got a Traceback:
Mod_python error: "PythonHandler mpcp"
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
287, in HandlerDispatch
log=debug)
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
454, in import_module
f, p, d = imp.find_module(parts[i], path)
ImportError: No module named mpcp
BTW, I can run successfully on my windows, does there anything wrong on
my linux? thanks.