Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-07 Thread Sibylle Koczian
Am 06.05.2016 um 16:46 schrieb john: On 05/06/2016 07:43 AM, john wrote: BTW here is the source for __iter__ Which __iter__, in which class? def__iter__(self):ifself._prefetch:res =super(DictCursorBase,self).__iter__()first =res.next()ifself._query_executed:self._build_index()ifnotself._pre

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-07 Thread Sibylle Koczian
Am 06.05.2016 um 03:51 schrieb john: On 05/05/2016 11:19 AM, john wrote: Thanks for the code. BTW I normally pass the Datasource and that might a source of the issue - just guessing! I don't think so. One of my Dabo applications uses next(mydatasource) and that doesn't work either. OK I

Re: [dabo-users] Dabo and wxPython ("classic") 3.0

2016-05-07 Thread john
On 05/07/2016 03:46 AM, Sibylle Koczian wrote: Am 06.05.2016 um 16:46 schrieb john: On 05/06/2016 07:43 AM, john wrote: BTW here is the source for __iter__ Which __iter__, in which class? def__iter__(self):ifself._prefetch:res =super(DictCursorBase,self).__iter__()first =res.next()ifself._