[google-appengine] Does App Engine support xml.dom.minidom?

2009-07-12 Thread Jason Salas
I've been trying to use the xml.dom.minidom parser to read-in XML data for an app I'm building and App Engine always throws an error whenever I reference the minidom.parse() method in my code. Here's the code: from xml.dom import minidom from google.appengine.api import urlfetch class AppMain(w

[google-appengine] Re: Does App Engine support xml.dom.minidom?

2009-07-12 Thread Jason Salas
om = minidom.parse(StringIO(result.content)) > except: >   logging.exception('Failed to parse XML:') >   self.response.out.write('failed!') > > logging.exception() logs the actual exception. This log message should > give you a hint what's going wrong. I have no troubles

[google-appengine] Re: SMS Verfication Troubles

2009-07-13 Thread Jason Salas
Could I get some help, too? I'm in Guam and it won't take my mobile's #. We're a U.S. territory. Thanks! On Jul 11, 1:20 am, "Nick Johnson (Google)" wrote: > Hi kyungnet, > > I've activated your account. > > -Nick Johnson > > > > > > On Fri, Jul 10, 2009 at 4:17 PM, kyungnet wrote: > > > Plea

[google-appengine] Re: Can't get a SMS message to activate google app engine servise

2009-07-13 Thread Jason Salas
I'm having the same problem, too...I'm in Guam and the local carriers aren't supported, even though we're a U.S. territory. On Sun, Jul 12, 2009 at 12:39 AM, Norman Weng wrote: > > Hi, > > I can't verify my account by SMS from > http://appengine.google.com/permissions/smssend.do, tried many times

[google-appengine] Re: Deleting an app

2009-07-31 Thread Jason Salas
The App Engine documentation says there's no way to delete an app after it's been created...if you need to get rid of something, just upload a simple page that prints out a blank line in your development language (Python or Java). On Fri, Jul 31, 2009 at 11:14 PM, matt568543 wrote: > > Hi, > >

[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-08-01 Thread Jason Salas
Hi shawn, The online tutorial might serve you better and is updated to reflect the latest changes...a little better than the SDK: http://code.google.com/appengine/docs/python/gettingstarted/ Good luck! On 8/1/09, Shawn A. wrote: > > Hello Holger, > > Wow! I could have stared at the file for ho

[google-appengine] Re: How to translate an application running on GAE?

2009-08-01 Thread Jason Salas
I've used Babelfish only as a web tool, never an API, so does that option exist? You can leverage GAE's urlfetch lib and make a remote call if Babelfish has a REST interface. On 8/2/09, Emilien Klein wrote: > > OK, thanks Rodrigo for the link to Babel. I had already seen it, but > never used it

[google-appengine] Re: Creating a new application

2009-08-03 Thread Jason Salas
Can you post the code you're using? This will make it easier to diagnose what's happening. And are you using Python or Java? On 8/1/09, dars...@fuzify.com wrote: > > Hi, > > I am trying to create a new application for the GAE(fuzify-www). On > the form(/start/createapp?) when I click Save, It j

[google-appengine] Versioning convention - best practice

2009-08-06 Thread Jason Salas
hi! i was just wondering what the best practice should be for numbering my app's versions in GAE. i just noticed the dashboard tracks by whole numbers (ex: 1, 2, 3, 4, n), but my apps will still deploy properly if i increment them by tenths (ex: 1.1, 1.2, 1.3, 1.n). is there a standard we shoul

[google-appengine] Re: Google blocked My App Engine App for My IP address!!

2009-08-06 Thread Jason Salas
This seems to be a wide problem...I'm seeing others with it, too. Probably a system glitch. On 8/7/09, Hrishi wrote: > > When I try to access http://rumaps.rutgers.edu I get redirected to > http://sorry.google.com/sorry/?continue=http://rumaps.rutgers.edu/ . > > I can still access my App at http

[google-appengine] Re: Versioning convention - best practice

2009-08-06 Thread Jason Salas
Thanks andi! :) On 8/6/09, Andi Albrecht wrote: > > On Thu, Aug 6, 2009 at 2:32 PM, Jason > Salas wrote: >> >> hi! >> >> i was just wondering what the best practice should be for numbering my >> app's versions in GAE.  i just noticed the dashboard t

[google-appengine] Re: Google Wave new line character

2009-08-06 Thread Jason Salas
I have this problem, too...I'm working in Python and doing string interpolation and the outputted content that gets printed in a new blip for some reason has a newline. I can't figure out why. On 8/6/09, jamz2010 wrote: > > Hi all, > > I am having some issues with reading the last blip from my w

[google-appengine] Re: Google Wave new line character

2009-08-06 Thread Jason Salas
s: "The sum of 5 and 6\n is: 11" thoughts? On Fri, Aug 7, 2009 at 6:39 AM, Jason Salas wrote: > I have this problem, too...I'm working in Python and doing string > interpolation and the outputted content that gets printed in a new > blip for some reason has a newline. I can

[google-appengine] Re: Google Wave new line character

2009-08-06 Thread Jason Salas
nd %s is: %s' % (num,num2,sum) > > Given this code example, I think the only answer is that num2 is the > string "6\n".Where does num2 come from? > >> >> the output, as printed within a new blip and within my GAE logs, is: >> >> "The sum of 5 a

[google-appengine] Re: Google Wave new line character

2009-08-07 Thread Jason Salas
Thanks Andi! On 8/7/09, Andi Albrecht wrote: > > On Fri, Aug 7, 2009 at 6:54 AM, Jason > Salas wrote: >> >> hi andi, >> >> the num and num2 arguments for the add() method are the input taken by >> the bot, if the user types in "?add num num2&quo

[google-appengine] Re: Google Wave new line character

2009-08-07 Thread Jason Salas
that did the trick...but i'm still wondering why only the second argument would get the "\n". methinks it has something to do with being the final character in the string before the blip is submitted. On Fri, Aug 7, 2009 at 6:48 PM, Jason Salas wrote: > Thanks Andi! > >

[google-appengine] Re: twitter oauth

2009-08-07 Thread Jason Salas
i saw something about OAuth being down...probably not your code. :) On Sat, Aug 8, 2009 at 8:15 AM, Ben Adida wrote: > > Hi folks, > > I've been developing an app that does logins via twitter's oauth API. > I'm using twitteroauth-python > > http://github.com/harperreed/twitteroauth-python/tree/m

[google-appengine] Channel API and InvalidChannelClientIdError

2010-12-28 Thread Jason Salas
Hello! I'm trying to replicate the simple Channel API demo from TyphoonAE, and I can connect clients fine. But, everytime I try to POST to the server, I get a 500 error with InvalidChannelClientIdError being thrown, even though the client ID is the correct one that I used to create the token. Her

[google-appengine] XSL not available in Python for GAE?

2011-01-13 Thread Jason Salas
Hi all, I'm trying to find a definitive answer, as some of the threads on this topic are a tad old...is there still no way to use XSLT with XML data on the server with GAE in Python? Thanks for the help! :) -- You received this message because you are subscribed to the Google Groups "Google Ap

Re: [google-appengine] XSL not available in Python for GAE?

2011-01-14 Thread Jason Salas
ogle.com/p/pyxslt/ > >  Looks to be abandon / dead though. > > > Robert > > > > > > > On Thu, Jan 13, 2011 at 20:55, Jason Salas > wrote: >> Hi all, >> >> I'm trying to find a definitive answer, as some of the threads on this >> t