[google-appengine] Re: Paypal / UrlFetch revisited

2009-07-12 Thread Tudor Constantin
I've implemented it, tested it with their sandbox and it worked. I only had one payment until now in production and it didn't worked. I don't know yet if it was my 'bullet proof' code or some blocking issues. I am waiting for some other payments to fail before further invetigating. Most probably

[google-appengine] Re: How to search key word c++ or c# from database using app engine?

2009-06-01 Thread Tudor Constantin
can't they be escaped with '\' like c\+\+? On Tue, Jun 2, 2009 at 7:00 AM, DiveIntoGAE taogf1...@gmail.com wrote: when you search key word c++ or c# from database ,you get nothing.how can i solve this problem? code: query.filter('PROGLANG_USED =', language) if the language==c++, there

[google-appengine] Problem with deploying/serving static images

2009-05-22 Thread Tudor Constantin
Hi, I have some static images that I want my site to display. Initially I created a sub directory for them in the one designated for static files in app.yaml. They were not found. Now, I moved them in the images directory of the theme I am using, modified the source page to point to them and

[google-appengine] Re: Problem with deploying/serving static images

2009-05-22 Thread Tudor Constantin
Thank you very much djidjadji, I just solved it. The images had the extension .JPG and the html was looking for .jpg --- the case was wrong : ... its almost 3 am here, and this great problem just tells me its time to go to sleep :P PS: I also switched versions as you mentioned, so I don't know if

[google-appengine] Re: Sagar T.R. wants to chat

2009-05-05 Thread Tudor Constantin
hmmmlooks like some people really crave for attention On Tue, May 5, 2009 at 10:47 PM, Sagar T.R. sagarshreevaish...@gmail.com wrote: --- Sagar T.R. wants to stay in better touch using some of Google's coolest new

[google-appengine] Re: legacy windows application

2009-04-14 Thread Tudor Constantin
that depends on application...if we're talking about the UI of World of Warcraft for example, then the answer you'd receive would be theoretically yes, practically no. If its a business application, it is possible, but it will have to be fully redesigned and rewritten :) On Mon, Apr 13, 2009 at

[google-appengine] Re: DuplicatePropertyError bug?

2009-04-11 Thread Tudor Constantin
Hi Joseph, From the docs: If you have multiple ReferenceProperty values that refer to the same model class, the default construction of the back-reference property will raise an error [...] To avoid this error, you must explicitly set the collection_name argument So i think you have to write:

[google-appengine] Re: New Blog About GAE

2009-03-31 Thread Tudor Constantin
LOL @ Andrew On Wed, Apr 1, 2009 at 12:49 AM, Andrew Badera and...@badera.us wrote: Swet. A blog. Wow, that's unique and different. Sure glad we're all now aware of YOUR blog. On Tue, Mar 31, 2009 at 5:23 PM, pfisk peter.f...@gmail.com wrote: Hello, I have started a new Blog

[google-appengine] Re: Using Google Apps within google appengine

2009-03-26 Thread Tudor Constantin
http://code.google.com/appengine/docs/usinggdataservices.html On Thu, Mar 26, 2009 at 4:12 AM, Rishtal rish...@gmail.com wrote: Hi, I am a beginner to appengine but I have some questions. 1. Is there a way to use google docs and spreadsheets within appengine? I want to embed it basically

[google-appengine] Re: Java is next App Engine language according to Om Malik

2009-03-26 Thread Tudor Constantin
On Thu, Mar 26, 2009 at 10:27 PM, Olemis Lang ole...@gmail.com wrote: On Thu, Mar 26, 2009 at 2:52 PM, Bill billk...@gmail.com wrote: http://gigaom.com/2009/03/26/java-coming-soon-to-googles-app-engine/ Not surprising it's Java, since it's the most starred language.  I hope there's some