[PyQt] Troubleshooting when unable to get SIP type definition

Phil Thompson phil at riverbankcomputing.com
Tue Jul 28 14:53:21 BST 2009


On Tue, 28 Jul 2009 15:38:09 +0200, Arve Knudsen <arve.knudsen at gmail.com>
wrote:
> Hi
> 
> Are there any good troubleshooting techniques when unable to get a type
> definition from the SIP API? Sometimes, when there are inconsistencies in
> my
> build I am unable to get the type definition for QWidget, and I waste a
lot
> of time trying to find out what's gone wrong. If SIP itself could give me
> some useful info wrt. to its state, I'm sure that could save me a great
> deal
> of time.

I don't know what you mean by its state.

QWidget's type definition is a static data structure - sipType_QWidget. You
don't get it, you just reference it.

Phil


More information about the PyQt mailing list