How do I get Django to work in aptana? I removed my face and tried everything I could, and I was not lucky. I use Lion Mac.
I have django installed and in standby mode I can import django and call get_version () and it works fine. Then in aptan, I think everything is done right. I did an automatic setup for the python interpreter, and then in the libraries I added the django directory.
\ Library \ Wireframes \ Python.framework \ Versions \ 2.7 \ Lib \ python2.7 \ site packages \ Django
When I try to create a new project, I get this error:
To get started with Django in PyDev, the prerequisite is that Django is installed in the Python / Jython / IronPython interpreter that you want (so that "import django" should work correctly - if you are sure that Django exists and PyDev could not find during the installation process, you must go to the interpreter configuration and reconfigure your interpreter so that PyDev can detect the change after adding Django).
It seems that the selected interpreter does not have Django available, so please install Django, reconfigure the interpreter so that Django is recognized, and then return to this wizard.
An introduction on how to get started with Django in Pydev is available at http://pydev.org/manual_adv_django.html .
I went to the site and its βno helpβ.
what am I doing wrong?
source share