Now I solve the mpcp problem, but i got another problem..
Mod_python error: "PythonHandler mpcp"
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
299, in HandlerDispatch
result = object(req)
File "/usr/lib64/python2.4/site-packages/mpcp-1.2-py2.4.egg/mpcp.py",
line 77, in handler
setup(options)
File "/usr/lib64/python2.4/site-packages/mpcp-1.2-py2.4.egg/mpcp.py",
line 61, in setup
mod = __import__(modname, globals(), locals(), [fname])
File "/home/chongren/ollix/olliroom/olliroom_start.py", line 21, in ?
from olliroom.controllers import Root
File "/home/chongren/ollix/olliroom/olliroom/controllers.py", line 1,
in ?
import turbogears
File
"/usr/lib64/python2.4/site-packages/TurboGears-0.8a5-py2.4.egg/turbogears/__init__.py",
line 11, in ?
from turbogears import startup
ImportError: cannot import name startup
I searched for this problem and get http://tinyurl.com/9cc2q, but i
still couldn't find solution in it. :(