[PyKDE] Small database application - best way?

2006-11-19 Thread Sibylle Koczian
Hello, I'm trying to migrate a small database application originally written in Delphi 6.0 to Python. It's for my own use, so it needs a GUI only for some parts. For these parts I'd like to use PyQt, but at the moment I don't really see my way. The first problem I'm trying to solve: The main

[PyKDE] PyQt4.uic

2006-11-19 Thread Jeremy Sanders
Hi - On the packaged version of PyQt4 for kde-redhat (PyQt4-4.1-1.fc5), then the following line fails: from PyQt4.uic import * Traceback (most recent call last): File stdin, line 1, in ? AttributeError: 'module' object has no attribute 'loadUiToType' It seems

[PyKDE] PyQt4 problems with underlying C/C++ objects [weird]

2006-11-19 Thread Krystian Samp
Hi all, I've got the following error: Traceback (most recent call last): File test2.py, line 47, in mousePressEvent item = MyItem2(self.options) File test2.py, line 10, in __init__ i.setParentItem(self) RuntimeError: underlying C/C++ object has been deleted for this code (I've tried to

Re: [PyKDE] PyQt4.uic

2006-11-19 Thread Phil Thompson
On Sunday 19 November 2006 4:27 pm, Jeremy Sanders wrote: Hi - On the packaged version of PyQt4 for kde-redhat (PyQt4-4.1-1.fc5), then the following line fails: from PyQt4.uic import * Traceback (most recent call last): File stdin, line 1, in ? AttributeError: 'module' object has no