Setting up PYTHONPATH in Eclipse project
PYTHONPATHs are project specific in Eclipse and they affect code completion and launching.
.. image:: /documentation/tutorial/developing-plone-with-eclipse/snapshot6.png
:width: 320
:height: 250
:target: /documentation/tutorial/developing-plone-with-eclipse/snapshot6.png
* Right click the your development project -> *Properties*
* Go to section PyDev - PYTHONPATH.
* Add your development project root folder or any other folder containing Python files to *Project Source Folders*
* Add Plone instance files to *External Source Folders*::
yourworkspace/ploneinstanceproject/parts/omelette
yourworkspace/ploneinstanceproject/parts/zope2/lib/python
