On Wed, Sep 30, 2009 at 12:47 PM, W.P. McNeill <bill...@gmail.com> wrote:

>
> Because this appears to be a problem with load paths, I inserted code
> at the top of phonemechart/urls.py just above the import statements to
> write out the system path.
>
> import sys
>
> f = open('/tmp/pypath', 'w')
> f.write("Path is: %s" % sys.path)
> f.close
>
> from django.conf.urls.defaults import *
> ...
>
> The file in /tmp/mypath shows that "/somepath/web-interface/lingshare"
> is on the head of the sys.path as it should be.
>
> I'm completely blocked.  Can someone give me an idea of where to start
> debugging next?
>
>
If you are sure the paths are set correctly, then the next thing to check is
permissions.  Does the web server process have the right permissions to
access the files?

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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to