Can you open a python interpreter and import your application?
I place a sim link (ln -s) within the python site-packages directory
to my project directory and the django source directory.

J

On Nov 5, 4:37 pm, stranger <[EMAIL PROTECTED]> wrote:
> Hello I am using Fedora 7. I am using Django for the first time. I
> want the django to run on port 80. so that :
>
> http://localhost/mysite/
>
> should retreive the Django dafault page. I have installed mod_python
> and imported it into http.conf.
>
> In http.conf I have also:
>
> <Location "/mysite/">
>         SetHandler python-program
>         PythonHandler django.core.handlers.modpython
>         SetEnv DJANGO_SETTINGS_MODULE mysite.settings
>         PythonDebug On
> </Location>
>
> MY CLASS PATH IS:
> $ echo $PATH
> /home/priya/mysite:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/
> home/priya/bin
>
> CHECK THE SCREEN SHOT OF THE ERROR PAGE:
>
> http://img222.imageshack.us/my.php?image=screenshotuf4.png
>
> Advance thank you for the help....


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to