Re: [google-appengine] How to build a picture on the GAE?

2010-08-21 Thread
Have just > been 'manually' creating and calling URLs for images. Just went this > way because it was fast. At some point I will probably look at their > library a bit more. > > Robert > > > > > > > > > 2010/8/14 陳昆宏 : > > Is you usi

Re: [google-appengine] How to build a picture on the GAE?

2010-08-14 Thread
Is you using the charts4j? I find some information in the google chart api group. But the charts4j is written in java. I wonder to know how you use the google chart api in python. Thanks!!! 陳昆宏 於 2010年8月14日下午8:16 寫道: > Thanks!!! > > Robert Kluin 於 2010年8月14日下午3:41 寫道: > > I am

Re: [google-appengine] About the PubSchools application Demo

2010-08-14 Thread
OK~ Thanks!!! 2010/8/15 Malcolm MacKinnon > I don't thing it's necessary to modify sys.path.append('../..'), as all it > does is add a relative directory to your python path and would leave this > alone. > > On Fri, Aug 13, 2010 at 8:00 PM, 陳昆宏 wrote: >

Re: [google-appengine] How to build a picture on the GAE?

2010-08-14 Thread
Thanks!!! Robert Kluin 於 2010年8月14日下午3:41 寫道: > I am currently using it in several GAE apps. > > > Robert > > > > > > > On Fri, Aug 13, 2010 at 10:33 PM, 陳昆宏 wrote: > > Can it use in GAE? > > > > 2010/8/14 Robert Kluin > >> > >

Re: [google-appengine] About the PubSchools application Demo

2010-08-13 Thread
Oh, you have completely solved my question. No wonder I can't find where the school data has been built in . I misunderstood that information is obtained through the Internet. Thanks very much!!! And can I ask another question? sys.path.append('../..') -> the code in location_geocell_migrati

Re: [google-appengine] How to build a picture on the GAE?

2010-08-13 Thread
Can it use in GAE? 2010/8/14 Robert Kluin > I use the Google Visualization APIs for things like line charts. > > http://code.google.com/apis/visualization/documentation/gallery.html > > > Robert > > > > > > > On Fri, Aug 13, 2010 at 9:19 AM, 昆宏 陳 wrote: > > Hello, everyone. > > > > I have some

Re: [google-appengine] About GeoModel

2010-08-13 Thread
Thank you very much~ Your answer is very great, and you also give me some idea in how to solve my problem. Thanks again. 2010/8/12 Alejandro Cadavid > Hi, > > I kinda don't understand what exactly you want, but i will try. GeoModel is > basically about saving latitude and longitude and then you

Re: [google-appengine] How to build a GAE application with Google Map Api?

2010-08-10 Thread
Can you teach me how to build my data with the GeoModel? I have study the information on the http://code.google.com/intl/zh-TW/apis/maps/articles/geospatial.html. But I still have no idea how to start. Thanks~ 2010/8/10 Malcolm MacKinnon > 'm not sure exactly what you're looking for. Have you s