[google-appengine] Re: Google Plugin for Eclipse 2.5.2 with App Engine SDK 1.6.3 released!

2012-03-07 Thread amc
Hi Sriram, I work in the Eclipse Foundation on the Orion initiative to create web development tools that live in the web. I posted a blog about some first steps that I made with Eclipse Orion and App Engine - can you imagine being able to create App Engine apps entirely in the cloud? I wonder i

[google-appengine] Eclipse Orion and Google App Engine

2012-03-05 Thread amc
If you think the ideal solution for developing cloud based web apps is to use a cloud based development environment, you may be interested in something that we're working on in the Eclipse Foundation ... ... Eclipse Orion's objective is to create a browser-based open tool integration platform whic

[google-appengine] Re: I got a problem with Appengine + Flex-HttpService

2009-03-16 Thread amc
I have the same problem with my flex application and IE6. I can't shed any insight at the moment - just wanted to let you know that I see the same problem too. For now I can get away with letting my soon to be users know not to use IE6. Anton On Mar 4, 12:58 pm, "Scott Seely" wrote: > Fiddler2

[google-appengine] Using a pickled auth token

2009-03-08 Thread amc
Hi, I've been building an application that follows the feedfetcher example pattern for asking permission from the user to access particular feeds. In my case, I asked for access to spreadsheets and contacts. My spreadsheets access has been fine and I've written quite a bit of code reading from

[google-appengine] Re: Couldn't import gdata.calendar.service

2008-09-12 Thread amc
nction so that it doesn't start with __. > > Thank you, > > Jeff > > On Sep 11, 11:31 am,amc<[EMAIL PROTECTED]> wrote: > > > Hi Jeff, > >           I don't know why Python can't see the ConvertDataPart method > > - I tried a few things wit

[google-appengine] Re: Couldn't import gdata.calendar.service

2008-09-11 Thread amc
kly. Thanks. Anton On Sep 11, 12:06 am, amc <[EMAIL PROTECTED]> wrote: > Hi, >     Thanks for the information about the new api. I tried it out with > the contacts api and ran into a problem. Here's the code ... > > #!/usr/bin/python > import wsgiref.handlers > imp

[google-appengine] Re: Couldn't import gdata.calendar.service

2008-09-10 Thread amc
Hi, Thanks for the information about the new api. I tried it out with the contacts api and ran into a problem. Here's the code ... #!/usr/bin/python import wsgiref.handlers import urllib from google.appengine.ext import webapp import gdata.service import gdata.contacts.service import gdata.al