6 messages in com.googlegroups.django-usersRe: ImportError: No module named mysi...
FromSent OnAttachments
Mark PhillipsMay 14, 2007 2:07 am 
Malcolm TredinnickMay 14, 2007 2:12 am 
Steven ArmstrongMay 14, 2007 2:12 am 
Mark PhillipsMay 14, 2007 7:13 am 
ilDaveMay 14, 2007 7:40 am 
Mark PhillipsMay 15, 2007 8:18 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: ImportError: No module named mysite.settingsActions...
From:ilDave (ild@gmail.com)
Date:May 14, 2007 7:40:52 am
List:com.googlegroups.django-users

Check the permissions of the directory where your app lives, it has to be readable by the webserver.

On May 14, 4:14 pm, Mark Phillips <m.@mophilly.com> wrote:

On May 14, 2007, at 2:13 AM, Steven Armstrong wrote:

<Location "/mysite/"> ... PythonPath "['/usr/local'] + sys.path" ... </Location>

This worked.

I also tried using "/usr/local/mysite" which did eliminate the problem finding mysite.settings but raised another one: no module named mysite.urls.

Many thanks for the advice, Steven and Malcolm.

Happy days,

- Mark