The exception I'm getting is class
google.appengine.tools.dev_appserver.CouldNotFindModuleError
I got this when I added this to the WSGIApplication and when I pull up
the URL I get the above error.
application = webapp.WSGIApplication(
[('/', MainPage), ('/addemail',
AddEmail)],
debug=True)
I've even put the class definition for AddEmail in the same source
file to make sure and it still says it.
Been banging my head against the wall for 30 mins since everything
looks right.
Any ideas?
Dion Hinchcliffe
Enterprise Social Graph - Powered by Google App Engine
http://code.google.com/p/enterprisesocialgraph/
http://ess.appspot.com