I am running Eclipse Kepler 4.3 with PyDev 3.0 on Ubuntu 12.04 LTE. I have Python 2.7 installed by default. I installed Django with:
sudo pip install django
I installed PyDev from the update site and configured the interpreter using Quick Auto-Config. I see the path /usr/local/lib/python2.7/dist-packages in the Libraries section where Django is installed.
I can successfully create regular PyDev projects, and I see the django package in System Libs. But when I try to create a PyDev Django project, the Next and Finish buttons are disabled. Therefore, I cannot create a project. I do not see any error, but the buttons remain disabled for any project name.
Is this a PyDev error or an interpreter configuration error? Can anyone suggest how to resolve it?
Update: I just started working. If I create a simple PyDev project and save it in the workspace. After that, I can successfully create PyDev Django projects. But if I delete the simple PyDev project, it will stop working again. Therefore, for a workaround, I created a dummy PyDev project and saved it in my workspace. However, it would be nice if someone can offer the right solution.
python eclipse django ubuntu pydev
Paryank kansara
source share