The following forum message was posted by hacknisty at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4895544:
Hi,
I've got a problem while creating a new django project. At the end of the wizard
i'm getting this error message :
Title : Unable to create project
Msg :
Error creating Django project
settings.py file not created
Stdout:
Stderr:
I'm using Eclipse IDE for JavaScript Web Developers. Version: Indigo Service
Release 1 with pydev latest version : 2.3
The interpreter is properly configure (i think so at least) with python2.7 and
django trunk version. (everything is running fine in a cmd, ie : import django
give no error).
Anyway, the project is created but the settings.py file does not seem to have
the field filled correctly.
Any tips to correct this ?
|