<div dir="ltr">Hello,<div><br></div><div>I've been looking into using SIP as a way to bind an existing C++ API to Python.  I've installed using the PyQt5 binaries (OS is Windows 7), and in that installation I can see sip.exe at the following location:</div><div><br></div><div>\Programs\Python\Python35-32\Lib\site-packages\PyQt5<br></div><div><br></div><div>If I add that to my PATH environment variable and type sip -help in a command prompt I can see the usage hints - so looks like the installation is OK.</div><div><br></div><div>In trying to follow the SIP tutorial "A Simple C++ Example" in the Riverbank reference guide, I hit an issue using the suggested configure.py script which tries to import the module sipconfig.  I don't see sipconfig.py anywhere in the installation directory.</div><div><br></div><div>I've seen reference to this issue in previous posts, and the following reply from Phil Thompson:</div><div><br></div><div><pre style="white-space:pre-wrap;color:rgb(0,0,0)">>> The recommended solution is to use the configure.py from QScintilla (the 
>> current snapshot is best) and read the comments. It's been designed to 
>> be reused.

>> Phil</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;white-space:normal">I've downloaded QScintilla and can see the configure.py script there, but I'm lost as to how to deploy that in the context of the tutorial example mentioned above.  Can anybody help?</span></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;white-space:normal"><br></span></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;white-space:normal">Many thanks.</span></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre></div></div>