Added a second page to my app, now getting a Module Not Found when I navigate to it

0 views
Skip to first unread message

Dion Hinchcliffe

unread,
Apr 13, 2008, 9:26:53 PM4/13/08
to Google App Engine
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

Dion Hinchcliffe

unread,
Apr 13, 2008, 10:02:21 PM4/13/08
to Google App Engine
The secret was found:

Add the new path to the app.yaml and refer to the dispatch file that
has the code for WSGIApplication (shown in my previous message).

It all works now.
Reply all
Reply to author
Forward
0 new messages