Thank you Sam.



On Oct 15, 3:02 pm, Sam G <[EMAIL PROTECTED]> wrote:
> Yes, it's possible to use Gdata API's (including Google Apps) on
> Google App Engine.
>
> Just take a look at the following 
> article:http://code.google.com/appengine/articles/gdata.html
>
> On Oct 15, 10:35 am, cm_gui <[EMAIL PROTECTED]> wrote:
>
> > Hi All
>
> > I'm a newbie.
> > Is it possible to use Google Apps APIs in Google App Engine?
>
> > This is what the Google Apps APIs 
> > says:http://code.google.com/apis/gdata/articles/python_client_lib.html#lib...
>
> > Thank you.
>
> > Gui
>
> > Installing the Google Data Library
>
> > Download the Google data Python library if you haven't done so. Look
> > for the latest version on the Python project's downloads page.
>
> > After downloading the library, unpack it using unzip or tar zxvf
> > depending on the type of download you chose.
>
> > Now you are ready to install the library modules so that they can be
> > imported into Python. There are several ways you can do this:
>
> >     * If you have the ability to install packages for all users to
> > access, you can run ./setup.py install from the unpacked archive's
> > main directory.
> >     * If you want to install these modules for use in your home
> > directory, you can run ./setup.py install --home=<your home
> > directory>.
> >     *
>
> >       In some cases, you want to avoid installing the modules
> > altogether. To do that, modify your PYTHONPATH environment variable to
> > include a directory which contains the gdata and atom directories for
> > the Google data Python client library. For instructions on modifying
> > your PYTHONPATH, see the Appendix at the end of this article.
> >     * One final option that I'll mention, is copying the gdata and
> > atom directories from the src directory into whatever directory you
> > are in when you execute python. Python will look in the current
> > directory when you do an import, but I don't recommend this method
> > unless you are creating something quick and simple.
>
> > Once you've installed the Google data library, you're ready to take
> > the library for a test drive.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to