On Mon, Jan 6, 2014 at 7:03 PM, Adrian <[email protected]> wrote:
> File "/home/adrian/arapphost/callLoadAndProcess.py", line 10, in get
> modules.start_module("loadandprocess","1")
> File
> "/home/adrian/google_appengine/google/appengine/api/modules/modules.py",
> line 385, in start_module
> rpc.get_result()
>
The traceback claims that the module and version you're referring to
doesn't exist. Try to debug the problem by:
1. Sometimes modules throw up unusual errors when versions are expressed as
pure numbers instead of a mix of letters and numbers. In
loadandprocess.yaml, change *version: 1* to *version: one*. Remember to
update *callLoadAndProcess.py* with the correct version (the *start_module*
call).
2. You can use *get_modules()* and *get_versions(module=___)* in the
*modules* package to enumerate all the modules and all the versions of a
given module that App Engine recognizes within your application. App Engine
may be recording the module under a different name or version.
-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL
App Engine Code Samples: http://www.learntogoogleit.com
--
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.