I’m using Eclipse Juno with Pydev 2.7.1, but I would like to import an external folder in order to modify its contents directly from Eclipse’s editor (and reciprocally) .
Is that really impossible ?
I’ve looked at this stackoverflow post, but it did say how to add external files to PYTHONPATH.
I’ve also found this stackoverflow post : but I still can’t edit the external files 🙁
Thanks in advance.
Ok I’ve found it.
Found in the official faq : How can I import existing projects (option 1)