I've managed to fix this now.
In Window>Preferences>Pydev>Interpreter-Python
remove the python interpreter and reload it (select New
) after installing pylons.
In the Terminal cd into the projects directory. Then type sudo python setup.py develop
Not sure what this does, but it does the trick (if any one wants to fill me in, please do)
In Run>Open Debug Dialog
enter the location of paster in Main Module
. For me this is /usr/bin/paster
. Then in the Arguments
tab in Program arguments
enter serve /locationOfYourProject/development.ini
All set to go.
It took a lot of search for me to find out that it does not work if the arguments includes --reload