Re: [PyQt] Sip usage problem

2010-12-02 Thread James Polk
...very interesting,... Thank you for taking time to explain that, Pete! Greatly appreciated! ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Sip usage problem

2010-12-01 Thread Hans-Peter Jansen
On Wednesday 01 December 2010, 23:45:44 James Polk wrote: > I read the Wikipedia page that explains what SIP is and does, > though I can't say I understood everything it explained ;-) > > I'm getting a SIP usage error and I was hoping someone here > could help me understand the phenomena... > > In

[PyQt] Sip usage problem

2010-12-01 Thread James Polk
I read the Wikipedia page that explains what SIP is and does, though I can't say I understood everything it explained ;-) I'm getting a SIP usage error and I was hoping someone here could help me understand the phenomena... In my program (which borrows heavily from the BasicSortFilter example)