[PyQt] QObject::connect: Parentheses expected, signal Actor::
Phil Thompson
phil at riverbankcomputing.com
Wed Mar 6 20:46:10 GMT 2019
On 6 Mar 2019, at 6:01 pm, Maxime Lemonnier <maxime.lemonnier at gmail.com> wrote:
>
> Hi,
> Thank you very much. It seems indeed benign as all the implied bindings work correclty afaik. when should I expect for it to make it to PyPI?
With the next release of PyQt, which will probably be after the next release of Qt.
> Thanks for upping the limit, but, why the need for a limit? There isn't any on the C++ side?
C++ is a static language and the implementation is template based. This means that the types need to be registered at compile time.
> Is it a global PyQt5 limit, or, e.g. a per-module limit?
Global.
Phil
More information about the PyQt
mailing list