On Saturday 13 March 2004 05:07, Mike Meyer wrote: > I've got a class that keeps a QSqlDatabase as a feature. At one point, > I want to close and reopen the database. Everytime I hit the call to > close, I get a core dump from python. Examing that with gdb shows that > it is indeed in QSqlDatabase::close. Adding an isOpen test before the > call to close causes it do dump core in QSqlDatabase::isOpen. > > I worked around the problem by just not closing the database, but I > feel that this ought to be looked into.
A small but complete example would help. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
