Re: Error on Running Django on Apache2.2 ......Could Not Import Setting....

2007-03-01 Thread Malcolm Tredinnick
On Thu, 2007-03-01 at 19:50 +, mralokkp wrote: > Still the Problem remains the same. (Gone through your suggestion). > Well I had Implemented This on Apache ( Win Based ) > and Their running successfully. So your home directory has the execute bit set for the "other" section as well (when

Re: Error on Running Django on Apache2.2 ......Could Not Import Setting....

2007-03-01 Thread Joe Murphy
I've seen that error too, and fixed it by fiddling with the PythonPath... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To

Re: Error on Running Django on Apache2.2 ......Could Not Import Setting....

2007-03-01 Thread mralokkp
Still the Problem remains the same. (Gone through your suggestion). Well I had Implemented This on Apache ( Win Based ) and Their running successfully. On Mar 2, 12:01 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 3/1/07, mralokkp <[EMAIL PROTECTED]> wrote: > > > > > Locate on

Re: Error on Running Django on Apache2.2 ......Could Not Import Setting....

2007-03-01 Thread mralokkp
Still the Problem remains the same. (Gone through your suggestion). Well I had Implemented This on Apache ( Win Based ) and Their running successfully. On Mar 2, 12:01 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 3/1/07, mralokkp <[EMAIL PROTECTED]> wrote: > > > > > Locate on

Re: Error on Running Django on Apache2.2 ......Could Not Import Setting....

2007-03-01 Thread Jeremy Dunck
On 3/1/07, mralokkp <[EMAIL PROTECTED]> wrote: > > Locate on /home/user/myproject OK. Then just make sure that the apache process has read and execute permissions on the directory (and subdirs), and read permission on all the files. --~--~-~--~~~---~--~~ You

Re: Error on Running Django on Apache2.2 ......Could Not Import Setting....

2007-03-01 Thread mralokkp
Locate on /home/user/myproject On Mar 1, 11:37 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 3/1/07, mralokkp <[EMAIL PROTECTED]> wrote: > > > > . > > > > SetHandler python-program > > PythonPath "['/home/user'] + sys.path" > > PythonHandler

Re: Error on Running Django on Apache2.2 ......Could Not Import Setting....

2007-03-01 Thread Jeremy Dunck
On 3/1/07, mralokkp <[EMAIL PROTECTED]> wrote: > . > > SetHandler python-program > PythonPath "['/home/user'] + sys.path" > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_SETTINGS_MODULE myproject.settings > SetHandler python-program > PythonDebug On >

Error on Running Django on Apache2.2 ......Could Not Import Setting....

2007-03-01 Thread mralokkp
Hello help me out this problem I am Getting this error while accessing my project URL Mod_python error: "PythonHandler django.core.handlers.modpython" Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch