[google-appengine] Re: BadRequestError: app s~helixchewer cannot access app helixchewer's data during create_bulkloader_config

2012-05-06 Thread 333...@gmail.com
Still unresolved sdk v1.6.5... On Mar 16, 6:00 am, Darien Caldwell darien.caldw...@gmail.com wrote: I just ran into this issue. Seems it's still unresolved a year later. :\ On Thursday, March 3, 2011 11:21:56 AM UTC-8, Ikai L (Google) wrote: I talked to Jamie about this and there's a

[google-appengine] using Eclipse vs Emacs/Ant/build.xml

2012-05-06 Thread roger
I've successfully deployed YouTube Direct using the default build.xml file, with a few changes for my system, i.e. {sdk.dir} pointing to the directory that contains appengine-java-sdk-1.6.4. I'm using just ant and emacs. I've also installed the GAE plugin for Eclipse, which took quite a few

[google-appengine] Re: Compilation failing - anyone else seeing this?

2012-05-06 Thread Kaan Soral
Thanks for the reply. I made another commit now, after 24 hours and the result is: Compilation starting. Compilation: 73 files left. Compilation: 23 files left. Compilation completed. It's the first time I am seeing this, either there was a problem as you mentioned, or something changed

Re: [google-appengine] using Eclipse vs Emacs/Ant/build.xml

2012-05-06 Thread Jeff Schnitzer
For all the reasons that IDEs were invented. As-you-type compilation, refactoring, code completion, integrated debugging... seriously, if you're still writing code in a text editor, you are at *best* 1/3 as productive as an equivalently competent coder with an IDE. Jeff On Sun, May 6, 2012 at

RE: [google-appengine] Can I use python-gnupg in my application?

2012-05-06 Thread Brandon Wirtz
Use Pycrypto. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of AppDev Sent: Friday, May 04, 2012 6:28 PM To: google-appengine@googlegroups.com Subject: [google-appengine] Can I use python-gnupg in my application? I'm writing a service that

[google-appengine] What is fail?

2012-05-06 Thread David Aragón
Sorry for my english. I'm triying to deploy a GWT application, but the console of Eclipse tell me this: Compiling module aiss.api.Entrega_4 Validating newly compiled units Ignored 2 units with compilation errors in first pass. Compile with -strict or with -logLevel set to TRACE or

[google-appengine] Re: phpbb 3.0.1, Wordpress 2.5, phpwiki, php ajax chat on Google App Engine?

2012-05-06 Thread Kaan Soral
I'm guessing for a better world no one provides a real php cloud -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/a2KrQinj8lAJ. To post to this

[google-appengine] Re: AWS releases cloud search

2012-05-06 Thread Andrei
I wrote Mongodb rest server in java with lucene search built in Give it a try https://sites.google.com/site/mongodbjavarestserver/ For example I did insert timing and on 2 cents/hour hpcloud server it does 1000 inserts per second On Apr 12, 3:24 pm, Andrei gml...@gmail.com wrote: There is one

[google-appengine] GAEのソフトとpythonとpyscripterの設定

2012-05-06 Thread ミリアード
SDKは起動しますがSDKのRunボタンを押すとコマンドプロンプトが起動しません。どうしたらコマンドプロンプトを起動させることが出来ますか? その現象は違うパソコンを使用しても同じ現象が起きます。 答えをお待ちしています。 -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Special G+ hangout this week - WebFilings presentation - 10th May 6pm CDT

2012-05-06 Thread Amy Unruh
hi all, As a heads up, this Thursday we hope to hold a special G+ Hangout, broadcasting a presentation and discussion by WebFilings, who have much experience building large App Engine applications. (Robert Kluin and Mike Wesner, whom you may know from this group, will be amongst the presenters).

[google-appengine] import class

2012-05-06 Thread Victor
Good evening, extramente my question should be simple, but have not found the answer: s I have a test project named BRYLIX. In the main directory have a file called home.py In this file would make the import of class person in this sub-directory named model. The Person class is as follows: