I have a minimal go app running in dev_appserver.py
(SDK 1.6.1) without any problems.

Now when I try to upload it with appcfg.py I get:

  ...
  Getting current resource limits.
  Scanning files on local disk.
  Error 400: --- begin server output ---
  The 'go' runtime is only supported for apps using the High Replication 
Datastore.
  --- end server output ---

Any idea? I don't really need a data store for this app,
but fine with me, if it helps get my app running.

I also tried to add some datastore functionality following
the Getting started steps (adding some guestbook features)
as described in:

   http://code.google.com/appengine/docs/go/gettingstarted/usingdatastore.html


Still I get the server error message above. (The datastore described
there seems to be another kind of datastore) How do I choose this High
Replication Datastore? What to do if I don't really need a datastore but
I'd still want to use go?

I am pretty shure that my google account (that I want to upload to),
is set up fine, I have used it for a Python on GAE application before
(in fact this python app is still running there).

Thanks in advance.

-Andreas

-- 
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.

Reply via email to