PyQt-builder for mixed C++ and Python modules
Phil Thompson
phil at riverbankcomputing.com
Sun Jul 24 17:11:30 BST 2022
On 24/07/2022 16:13, Jeremy Sanders wrote:
> Hi -
>
> I'm investigating switching to PyQt-builder for my project. Currently
> it uses a hacked-about distutils extension which is broken with new
> sip versions.
>
> My question is can PyQt-build build projects which include pure-python
> code? My project uses a PyQt extension module which currently is in a
> submodule of the project.
uic and lupdate are pure Python modules.
> If so, can someone point me at an example to look at?
PyQt6's project.py.
SIP is designed to be completely extendable. You should be able to
override/supplement anything. (If you can't it's a bug.)
Phil
More information about the PyQt
mailing list