[PyQt] Using distutils / setuptools for SIP extensions?

V. Armando Sole sole at esrf.fr
Sat May 9 05:43:12 BST 2015


Hi,

On 09.05.2015 00:11, Elvis Stansvik wrote:
> Hi all,
> 
> I'm considering using SIP for an upcoming project.
> ...
> If I want to use regular setuptools to build my extension ...

Since it is an upcoming project, have you considered using Cython? 
Inheritance of C++ classes as Python classes is much better handled by 
sip but, if you can minimize inheritance at the Python side, Cython 
offers what you want.

Best regards,

Armando


More information about the PyQt mailing list