[google-appengine] I can't install docer images with gcloud preview app setup-managed-vms

2014-11-06 Thread Илья Дьячков
Pulling base images for runtimes [python27] from Google Cloud Storage Pulling image: google/appengine-python27 *Error pulling image google/appengine-python27* Pulling image: google/appengine-log-processor *Error pulling image google/appengine-log-processor* Pulling image: google/appengine-lo

Re: [google-appengine] python xmpp raw_xml

2014-04-07 Thread Илья Дьячков
I need send raw_xml with unicode to custom jabber client (strophe c++ ), GTalk IM jast example for explain error with unicode string. вторник, 8 апреля 2014 г., 6:27:35 UTC+4 пользователь Vinny P написал: > > On Mon, Apr 7, 2014 at 6:40 AM, Илья Дьячков > > wrote: > >> i

[google-appengine] python xmpp raw_xml

2014-04-07 Thread Илья Дьячков
Hallow if i send xmpp message with from google.appengine.api import xmpp xmpp.send_message(jids="ronhill.i...@gmail.com", body=u"Привет", raw_xml=True) I received message "" in gtalk IM if i send: from google.appengine.api import xmpp xmpp.send_message(jids="ronhill.i...@gmail.com", b

[google-appengine] Re: Pull-Queue with REST API

2012-12-27 Thread Илья Дьячков
is not work for me. when i request list tasks google return me "you are not allowed to make this api call" (with s~ and without) среда, 20 июля 2011 г., 6:04:57 UTC+4 пользователь Nick написал: > > Hi Vivek, > > Thanks for you last post. The s~ prefix solved the problem. > > Thank you for your he