I've never used GAE before, but you would normally get the absolute path to web2py using something like this:
import os from gluon.settings import global_settings web2py_path = os.path.join(global_settings.applications_parent, request.folder) Hope that helps.

