I have python 2.6.1 installed with django 1.3 and PyDev 2.0. I can import django and print the version from the command line. However, when I try to create a Django project with pydev or even import django, I get an error. When creating a django project, I get "Django not found". error.
I tried removing and adding a pythong interpreter to re-scan the site packages. I see that django is not available in the Libraries section. I even tried to add the folder manually and apply the setting.
Did I miss something?
thank
source
share