[google-appengine] About the PubSchools application Demo

2010-08-13 Thread 昆宏 陳
Hello, everybody. I have some trouble in the pubschools demo application. My question is that I have used the code of the pubschools demo,but when i finished it. I test it on website of http://localhost:8080. It looks everything is ok. But when i input a school name to find the schools near it, it

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

2010-08-13 Thread Malcolm MacKinnon
A couple of questions I have are: 1) Are you searching (inputing) a school or a location, like Los Angeles, to query for schools. In the pubschools demo, you search by location, not for a school. 2) Have you geocoded your school addresses in the appengine data store? You need to do this first, and

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] About the PubSchools application Demo

2010-08-14 Thread 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: > Oh, you have completely solved my question. No wonder I can't find where > the school data has

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: > >> Oh, you have completely solved my q