[google-appengine] xml.sax

2009-01-15 Thread Микола
Hi. My application works fine at SDK, but when i try to run it at GAE: I recieve : File "/ base/data/home/apps/gae-rp/1.330722291465389060/parts/app/site.zcml", line 1.0, no element found Traceback (most recent call last): File "/base/data/home/apps/gae-rp/1.330722291465389060/zwrcl.py", line 2

[google-appengine] Re: exceptions.SystemError

2009-01-15 Thread Микола
imeWarning: tp_compare didn't return -1 or -2 for exception On Jan 15, 12:36 pm, Микола wrote: > My app at GAE raise this exception: > > type 'exceptions.SystemError'>: NULL result without error in > PyObject_Call > Traceback (most recent call last): >   File &qu

[google-appengine] exceptions.SystemError

2009-01-15 Thread Микола
My app at GAE raise this exception: type 'exceptions.SystemError'>: NULL result without error in PyObject_Call Traceback (most recent call last): File "/base/data/home/apps/gae-rp/1.330716401851788358/zwrcl.py", line 166, in from zope.security.management import endInteraction, newInteracti

[google-appengine] 500 error not logging

2009-01-14 Thread Микола
Hi. I have some application which work at SDK but don't work at GAE. The problem is that at dashboard->Logs i see only 01-14 06:53AM 19.040 / 500 2825ms 0ms-cpu 0kb 01-14 06:47AM 22.153 / 500 2018ms 0ms-cpu 0kb 01-14 06:47AM 22.153 / 5002018ms 0ms-cpu 0kb And nothing else. At the begin of main.p

[google-appengine] accessing to parent fields in query

2008-10-16 Thread Микола
Hi. I want do something like this: query = MyModel.all() query.filter('field1 =', 'value1') query.order('-parent.parent_field') But when i do so i get "PropertyError: Invalid property name 'parent'." How can i access parent fields in query. --~--~-~--~~~---~--~~ Yo

[google-appengine] Re: How count() works?

2008-10-02 Thread Микола
Thanks On 2 Жов, 14:02, Alexander Kojevnikov <[EMAIL PROTECTED]> wrote: > Микола, count just iterates on the results locally, it's only a little > bit more efficient than querying and then iterating; and also has the > same limits as other requests (max 1000 entities): > &

[google-appengine] How count() works?

2008-10-02 Thread Микола
Hi. I want to know if query executed when i call count(). And is count() executed efficiently? --~--~-~--~~~---~--~~ 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-app

[google-appengine] Re: GAE reloads application?

2008-09-17 Thread Микола
t; On Sep 17, 7:57 am, Микола <[EMAIL PROTECTED]> wrote: > > > Yes, maybe you are right. > > > On Sep 17, 4:18 pm, Wooble <[EMAIL PROTECTED]> wrote: > > > > On Sep 17, 6:04 am, Микола <[EMAIL PROTECTED]> wrote: > > > > > >I would first try

[google-appengine] Re: GAE reloads application?

2008-09-17 Thread Микола
Yes, maybe you are right. On Sep 17, 4:18 pm, Wooble <[EMAIL PROTECTED]> wrote: > On Sep 17, 6:04 am, Микола <[EMAIL PROTECTED]> wrote: > > > >I would first try to find a way to avoid loading the 12MB because you > > >can't rely on it staying in me

[google-appengine] Re: GAE reloads application?

2008-09-17 Thread Микола
kely that GAE will be keeping > > an instance of your app in memory.  As traffic increases, you're much > > more likely to have your app stay running. > > > 12MB worth of modules does seem pretty large though... This must be a > > pretty elaborate app! > > &g

[google-appengine] Re: GAE reloads application?

2008-09-17 Thread Микола
t; > more likely to have your app stay running. > > > 12MB worth of modules does seem pretty large though... This must be a > > pretty elaborate app! > > > On Sep 16, 9:12 am, Микола <[EMAIL PROTECTED]> wrote: > > > > How are you identifying that it's rel

[google-appengine] Re: GAE reloads application?

2008-09-16 Thread Микола
; getting killed before a 2nd request comes in. > > On Sep 16, 4:55 am, Микола <[EMAIL PROTECTED]> wrote: > > > Yes, we have main() function. > > > On 15 Вер, 22:56, Tony Arkles <[EMAIL PROTECTED]> wrote: > > > > Do you have a main() function? > >