[PyQt] how ca i generate sip files automatically

David Boddie david at boddie.org.uk
Tue Oct 13 14:13:40 BST 2015


On Tue Oct 13 13:48:56 BST 2015, hadi M wrote:

> is there any tools to generate *.sip files automatically only by header
> files???

No, not automatically. Header files typically do not contain enough
information to describe how the wrapped library should be used by
Python. With SIP, you create .sip files from the header files, removing
unnecessary syntax and adding annotations to describe the semantics of
the wrapper.

Which library are you trying to create .sip files for?

David


More information about the PyQt mailing list