On Mon, Jun 16, 2008 at 9:19 AM, James Matthews <[EMAIL PROTECTED]> wrote:
> Karen > > The library path is in both LD_LIBRARY_PATH and the PYTHONPATH You mean you've specified it in the appropriate config file? Based on the results, though, it doesn't seem to be working. What, exactly, did you specify where? I'm assuming you are using a setup similar to what is described here: http://www.djangoproject.com/documentation/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache ? If so then a couple of things occur to me. It sounds like your code will be running in the context of an Apache-spawned process, so a path like "~/opt/lib" as you mention in your first mail won't, I don't think, resolve to your home directory's opt/lib. Did you fully-specify the path wherever you put it? The other possibility is that the Apache-spawned process does not have permission to read this directory under your home directory. Have you changed permissions so that the Apache process can read this directory? Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---