Hello, I'd like to make some tests with the new appengine modules feature but I'm having some problems to make them work on my dev machine.
I found this https://github.com/GoogleCloudPlatform/appengine-modules-helloworld-python to give it a try but still no luck. When the app starts I don't see any of the module loaded, only the default one. Looking at the doc https://developers.google.com/appengine/docs/python/modules/routing#Python_Routing_in_the_development_server i should see 3 servers started on different ports (1 for each module) but only the default one is loaded. I also don't see that the dispatcher started. Fetching the default page works but I get 404 for /mobile and /work. The dispatch.yaml file uses rules with relative path patterns. Here are my logs: INFO 2013-08-30 00:14:20,702 sdk_update_checker.py:245] Checking for updates to the SDK. INFO 2013-08-30 00:14:21,067 sdk_update_checker.py:273] The SDK is up to date. INFO 2013-08-30 00:14:21,252 api_server.py:138] Starting API server at: http://localhost:58478 INFO 2013-08-30 00:14:21,255 dispatcher.py:164] Starting module "default" running at: http://localhost:8080 INFO 2013-08-30 00:14:21,259 admin_server.py:117] Starting admin server at: http://localhost:8000 INFO 2013-08-30 00:14:58,871 module.py:593] default: "GET / HTTP/1.1" 200 36 INFO 2013-08-30 00:15:12,914 module.py:593] default: "GET /mobile/ HTTP/1.1" 404 154 Here is my OSX SDK version: 1.8.3.1042 Let me know if you have any idea, Thanks, - Oliv -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
