Re: What is happening with mod_python

2007-10-18 Thread Leo
In particular, I find it's really useful to configure the mod_python test page as described at http://www.modpython.org/live/current/doc-html/inst-trouble.html; that will show you, among other things, the current sys.path you're using independent of Django. --~--~-~--~~---

Re: What is happening with mod_python

2007-10-17 Thread Graham Dumpleton
On Oct 18, 8:33 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 10/17/07, Michael Newman <[EMAIL PROTECTED]> wrote: > ... > > > > > ImportError: No module named django.core.handlers.modpython > > ... > > my conf file is a basic: > > > > > SetHandler python-program > > PythonHandler dja

Re: What is happening with mod_python

2007-10-17 Thread Jeremy Dunck
On 10/17/07, Michael Newman <[EMAIL PROTECTED]> wrote: ... > > ImportError: No module named django.core.handlers.modpython > ... > my conf file is a basic: > > > SetHandler python-program > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_SETTINGS_MODULE videouploader.sett