The following forum message was posted by rpiaget at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5158643:
Hi,
I saw a post like this from January, but it doesn't seem to have been resolved.
I am using Django 1.4 final and current (I think) versions of PyDev (2.4) and
Eclipse (3.7). I think Django is configured properly as I have no problem importing
it.
When I try to create a new PyDev Django Project I get this error:
Error creating Django project.
settings.py file not created
Stdout:
Stderr:
In fact, the actual settings.py file *does* get created (along with the rest
of the project) however,
Preferences--> PyDev - Django --> Django settings module: is blank.
I create a new app in the project (e.g. called 'members') and make the necessary
additions to settings.py but when I try to run the server I get the error:
Error: no module named members
Any ideas how to get past this problem?
Thanks!
|