Hello, I am having a bit of a problem with Qt runing via PyQt4's python bindings under an embedded python interpreter in a graphics application. The problem is that whenever a QObject is instanced, Preassure events from my Wacom tablet dont get through to the host graphics application. It basically treats the Tablet input as a mouse, clicked/not clicked.

What is odd is as soon as I delete the QObject I have instanced, the preassure events resume in the host application. Now even if say a QDialog is instanced, but never shown. as long as any QObject or derived class intance,exists in memory - I have this problem. I was hoping someone might be able to shed some light on this issue before i dig through the Qt Source code - Thanks