Re: [PyQt] PyQt book: problem with database example

2008-01-10 Thread Mark Summerfield
On 2008-01-10, Phil Thompson wrote: > On Thursday 10 January 2008, Mark Summerfield wrote: > > On 2008-01-09, Sibylle Koczian wrote: > > > Hello, [snip] > > > - After leaving the application I get the error message > > > "QSqlDatabasePrivate::removeDatabase: connection > > > 'qt_sql_default_connect

Re: [PyQt] PyQt book: problem with database example

2008-01-10 Thread Phil Thompson
On Thursday 10 January 2008, Mark Summerfield wrote: > On 2008-01-09, Sibylle Koczian wrote: > > Hello, > > > > the assetmanager.pyw example doesn't seem to work correctly, or I'm using > > it wrongly: > > > > - The logs view always shows one empty line after the records > > belonging to the select

Re: [PyQt] PyQt book: problem with database example

2008-01-10 Thread Mark Summerfield
On 2008-01-09, Sibylle Koczian wrote: > Hello, > > the assetmanager.pyw example doesn't seem to work correctly, or I'm using > it wrongly: > > - The logs view always shows one empty line after the records > belonging to the selected asset. Why? When I try to write such a > master-detail dialog myse

[PyQt] PyQt book: problem with database example

2008-01-09 Thread Sibylle Koczian
Hello, the assetmanager.pyw example doesn't seem to work correctly, or I'm using it wrongly: - The logs view always shows one empty line after the records belonging to the selected asset. Why? When I try to write such a master-detail dialog myself, using the asset manager as a model, I get eve