Graham Dumpleton
grahamd at dscpl.com.au
Fri Jun 16 21:59:53 EDT 2006
> [Tue Feb 28 14:24:35 2006] [error] make_obcallback: could not > import mod_python.apache.! > > Could not find platform independent libraries <prefix> > > Could not find platform dependent libraries <exec_prefix> > > Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] > > 'import site' failed; use -v for traceback > > 'import site' failed; use -v for traceback > > ImportError: No module named mod_python.apache > > > > Question: > > 1) what did I do wrong? > > 2) How to you use –v for traceback > > 3) Any other suggestion Most likely you have multiple versions of Python installed and the one being found by Apache has been broken because someone has removed the parts of it installed into the "lib" area of the file system. Graham -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20060617/9a7c754a/attachment.html
|