Hi, I'm having some problems with the paths when using mapreduce. It seems that mapreduce works well out of the box in a flat project, but I'm having problems when using Django, which puts the actual Django app inside a subdir.
So, simplifying a bit, I have the following files... myapp/main.py myapp/mapreduce/main.py myapp/myapp/views.py (imports models) myapp/myapp/models.py ...and an entry on app.yaml - url: /mapreduce(/.*)? script: mapreduce/main.py What do I have to change to be able to launch a mapreduce job through the mapreduce URL? Currently, I get the error: Error -- ImportError: Could not find 'views' on path 'myapp' I have tried several approaches but so far I always get one path error or another. Have any of you been able to setup mapreduce with such a filesystem structure? Thanks for your insights, Luís -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
