[patrick]
> ImportError: No module named django.core

By a weird coincidence I hit this just last night, and eventually worked out
that it was because I'd added a source file called "site.py".  (My site.py
was being imported in place of Python's own site.py, which is partly
responsible for setting up the import path.)

-- 
Richie Hindle
[EMAIL PROTECTED]

Reply via email to