Re: [Interest] TypeError during cythonize

2017-01-26 Thread Frank Rueter | OHUfx
true, will do, thanks. On 26/01/17 11:03 PM, Alexandru Croitor wrote: Hi, In case you are using PyQt, I would suggest you will get higher response rates at the PyQt mailing list, because this particular curiosity does not seem related to the internal Qt code. On 25 Jan 2017, at 21:38, Frank

Re: [Interest] TypeError during cythonize

2017-01-26 Thread Alexandru Croitor
Hi, In case you are using PyQt, I would suggest you will get higher response rates at the PyQt mailing list, because this particular curiosity does not seem related to the internal Qt code. On 25 Jan 2017, at 21:38, Frank Rueter | OHUfx mailto:fr...@ohufx.com>> wrote: Hi all, I have run into

[Interest] TypeError during cythonize

2017-01-25 Thread Frank Rueter | OHUfx
Hi all, I have run into this issue a couple of times now: Some of my class declarations look like this: class DBTaskQueue(QtCore.QObject): def __init__(self, npdbInstance, task=None, parent=None): super(DBTaskQueue, self).__init__(parent) This works fine when run as pur