Re: [google-appengine] Spam

2011-02-26 Thread Paul Roy
what? On 2/26/11, barryhunter barrybhun...@gmail.com wrote: To be deleted :) -- 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

Re: [google-appengine] Spam

2011-02-26 Thread Paul Roy
sorry all ... i seem to have been hacked ... please resume :) On 2/26/11, Paul Roy paul.ro...@gmail.com wrote: what? On 2/26/11, barryhunter barrybhun...@gmail.com wrote: To be deleted :) -- You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] Re: db.Query(BS_EMPLOYEE_BASEINFO).filter('DEPT_ID =', deptId).filter('DEPT_ID ', deptIdBig)

2009-05-13 Thread Paul Roy
maybe im not getting the whole story here, but arent you evaluating your property against a string ? im not a 100% on this but id think youd get different results from using on a string than an integer value. that is if you can even make it pass the property's validation..??.. Sent from

[google-appengine] Re: Fastest Templating on AppEngine?

2009-04-04 Thread Paul Roy
yea im not sure that i like what im seeing from cs' web site (personal taste), but if its built-in and as such, more powerful / less costly to use, i might give it a shot myself. can anyone confirm that this is an importable package included in the interpreter that runs gae apps?... Sent

[google-appengine] Re: key - RefrenceProperty

2009-03-24 Thread Paul Roy
your ReferenceProperty should be declared as: childname = db.ReferenceProperty(person) and then set as: childname = result i think :) Sent from my iPhone On 09-03-24, at 09:51, Steve W wetmon...@gmail.com wrote: I am struggling with understanding how to use keys to enforce reference

[google-appengine] Re: Getting __title__ is not defined error

2009-03-09 Thread Paul Roy
have you tried __name__ instead of __title__ ..? Sent from my iPhone On 09-03-09, at 15:28, Marcelo Sena marceloslace...@gmail.com wrote: Hi, I'm getting the following error message when trying to run my application: 1 if __title__ == __main__: 2 main() __title__ undefined type

[google-appengine] Re: Is there a handler for logout?

2009-03-05 Thread Paul Roy
., 15:31, Paul Roy paul.ro...@gmail.com wrote: yep well turns out this is exactly what im doing. but i dont see this as generating a blank page. i have to try out the code i suggested yesterday. and i did make it home, thx :) Sent from my iPhone On 09-03-04, at 01:28

[google-appengine] Re: Is there a handler for logout?

2009-03-04 Thread Paul Roy
you want to go. Oliver W.D. On 4 Mrz., 06:26, Paul Roy paul.ro...@gmail.com wrote: perhaps, instead of using the users' method directly, create a logout handler where you perform the necessary operations before fowarding to the logout uri. the tricky part is keeping track of the original

[google-appengine] Re: login required pages - 500 error message

2009-03-03 Thread Paul Roy
see your applications' error log (in the admin console) to get an idea on what the exact error is. Without knowing that, it could be a number of things... Sent from my iPhone On 09-03-03, at 16:30, lka lubomir.kamen...@gmail.com wrote: I have two same applications (same code) with

[google-appengine] Re: Is there a handler for logout?

2009-03-03 Thread Paul Roy
perhaps, instead of using the users' method directly, create a logout handler where you perform the necessary operations before fowarding to the logout uri. the tricky part is keeping track of the original uri. the way i do it, is to pass it as a request argument. you could maybe subclass

[google-appengine] Re: Error pages for 404 etc

2009-02-23 Thread Paul Roy
my way of doing it is to route to that handler any url that doesnt match any other handler in my app. Sent from my iPhone On 09-02-23, at 18:25, Dave Warnock dwarn...@gmail.com wrote: Hi, Using the built in web app framework I am declaring an error 404 like this: class

[google-appengine] Re: Entity Equality

2009-02-22 Thread Paul Roy
i believe this as to do with how object instances are evaluated for equality in python. ive had a similar issue and if i recall correctly (im on my phone atm and not close to my code), i needed to implement __eq__ __ne__ (or whatever non equal is, i cant remember) to my Model object

[google-appengine] Re: how to server app on my own domain?

2009-02-22 Thread Paul Roy
inthe universe of http. reditect to YOU Sent from my iPhone On 09-02-22, at 17:27, Doug doug...@gmail.com wrote: I beleive that the standard edition (non-business) is free. Here is a link: http://www.google.com/apps/intl/en/group/index.html I don't believe that a cname would work because

[google-appengine] Re: MultiQuery how to?

2009-02-21 Thread Paul Roy
i would also like to know this thx On 09-02-21, at 02:03, Webysther webyst...@gmail.com wrote: In searchablequery have the option of MultiQuery included in the query but there is some documentation I tried to spell my ball but I think failed battery, which could be help me? :)