On 12/5/06, Tipan <[EMAIL PROTECTED]> wrote:
...
> EnvironmentError: Could not import settings 'myproject.settings' (Is it
> on sys.path? Does it have syntax errors?): No module named
> myproject.settings
...
>     PythonPath "['d:/program files/xampp/htdocs/myproject'] + sys.path"

> Can anyone give me any pointers for resolving this behaviour?
>

I think you want this:

PythonPath "['d:/program files/xampp/htdocs/'] + sys.path"

(I don't think this has anything to do with Py2.5, etc.  It's just
python path issues.  :)

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

Reply via email to