Django+ Apache Configuration in Fedora 9

2008-09-24 Thread Harish

hi folks,

   I am  trying to configure apache for a django project..
we are getting a following error

"ImproperlyConfigured: Error loading psycopg2 module: libpq.so.5:
failed to map segment from shared object: Permission denied" while
running the url,

any solution?

thanks
Harish Bhat
--~--~-~--~~~---~--~~
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 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
-~--~~~~--~~--~--~---



Re: Django-Apache configuration in Fedora 9

2008-09-23 Thread Graham Dumpleton



On Sep 24, 3:27 pm, Harish <[EMAIL PROTECTED]> wrote:
> hi folks,
>
>         i am trying to configure a project which is developed using
> django.
> Now I am trying to host it in web server (using Apache2), which is
> running in  Fedora 9.
>
> I tried with the instruction given in the following link,
>
> http://www.howtoforge.com/how-to-install-django-on-fedora9-apache2-mo
>
> but i am not able to run it. I am getting error called
>
> "Could not import settings '%s' (Is it on sys.path?)"
>
> but, it seems that the settings and system path are ok.
>
> Please help me... if anyone got the same problem

Perhaps you should also look at:

  http://docs.djangoproject.com/en/dev/howto/deployment/modpython/

Most likely you are having problems because you have set PythonPath
wrong, or your files aren't readable to user that Apache is running
as.

Graham
--~--~-~--~~~---~--~~
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 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
-~--~~~~--~~--~--~---



Django-Apache configuration in Fedora 9

2008-09-23 Thread Harish

hi folks,

i am trying to configure a project which is developed using
django.
Now I am trying to host it in web server (using Apache2), which is
running in  Fedora 9.

I tried with the instruction given in the following link,

http://www.howtoforge.com/how-to-install-django-on-fedora9-apache2-mod_python.

but i am not able to run it. I am getting error called

"Could not import settings '%s' (Is it on sys.path?)"

but, it seems that the settings and system path are ok.

Please help me... if anyone got the same problem

Regards
Harish Bhat

--~--~-~--~~~---~--~~
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 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
-~--~~~~--~~--~--~---