[PyQt] Compile *.pyd on Windows
Miguel Alejandro Fernandez
alejandrogroso at hotmail.com
Wed Jan 6 21:11:00 GMT 2016
Hello list ..
I need help with the generation of libraries to use with PyQt5 ..
I created a * .dll with Qt5.5.0 and I intend to create objects using that library.
SIP I've created sipAPI ***. h ** sip. cpp, sip ***. cpp and MakeFile but not how to create the * .pyd because not compile with Qt as the "MakeFile" .. .
I see a certain sip.h includes:
"
#include <sip.h>
#include <QMetaType>
#include <QThread>
"
Where do I get the "sip.h" and its dependencies?
I use Windows 7, PyQt5.5.1, Python 3.4, sip 4.17
PS: I have seen the information http://pyqt.sourceforge.net/Docs/sip4
Thank you in your help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160106/c1cad721/attachment.html>
More information about the PyQt
mailing list