Python Forum
Eclipse Django PyDev Error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Eclipse Django PyDev Error (/thread-2752.html)



Eclipse Django PyDev Error - Adelton - Apr-06-2017

Hi there,

I am having difficulties creating a Django project in Eclipse .I have installed Pydev and also I have pip installed django in my virtual environment but when I try to create a django project in eclipse I only can create a Pydev project I cannot see the manage .py folder I only see the external libs Forced bullitins  basically just the files I used to create the manual interpreter. I do not know whether eclipse cannot identify django or it is something to do with pydev I saw on stackoverflow there might be an issue with it.Your help would be greatly appreciated.I can see django in the site-packages folder in my virtual environment.

Thank you 

Adelton


RE: Eclipse Django PyDev Error - snippsat - Apr-06-2017

Now have it been a long time since i tested Pydev.
Creating a Project if you unclick  "Use default location" and choose the folder of virtualenv.
Just guessing,here a link you can look at here.
In Atom is "Add project folder" choose folder finish.


RE: Eclipse Django PyDev Error - Adelton - Apr-07-2017

Hey Thank you for the advice.I was just wondering When you said add project folder in atom do you mean that is how you access your virtual environment in atom.


RE: Eclipse Django PyDev Error - snippsat - Apr-07-2017

(Apr-07-2017, 05:52 PM)Adelton Wrote: When you said add project folder in atom do you mean that is how you access your virtual environment in atom
I always make virtual environment on command line(cmder Windows, Fish Linux),
in Atom i just add virtual environment folder.