[mod_python] Question about PythonImport and how to fully qualify module names in relation to docroot of Apache2

jarrod roberson jarrod.roberson at gmail.com
Thu Apr 7 20:53:45 EDT 2005


my docroot is /www

I have sub dirs with __init__.py files in /www/test

and a python file testapp.py in /www/test

PythonImport test main_interpreter

doesnt work

PythonImport test.testapp main_interpreter

doesnt work either?

any ideas
-- 
If you don't know what you want, you probably need a nap.


More information about the Mod_python mailing list