I have google app engine installed to /home/mydev folder such that dev_appserver.py is in /home/mydev/google_appengine directory.
In eclipse helios,I have pydev and for my project’s PYTHONPATH,I added the path /home/mydev/google_appengine/lib under external libraries.
Still,pydev compains it cannot resolve
import webapp2
Any idea how to solve this?
When inside PyDev, have you created your project as a google app engine project (that’s a project type that PyDev has)… The wizard to create that kind of project should automatically get the google app libraries so that your import works.
See: http://pydev.blogspot.com.br/2009/05/testing-on-pydev-146-google-app-engine.html