You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I understand you need the path to your App Engine Application, is that right? This Stackoverflow link describes how to get application root path in GAE by putting a module in the root of your app. This module would store the result of os.path.dirname(__file__), then import that where needed.