<div dir="ltr">I am trying to run through the simple C example at <a href="http://pyqt.sourceforge.net/Docs/sip4/using.html#id7">http://pyqt.sourceforge.net/Docs/sip4/using.html#id7</a> and in the sample configure.py, there is:<div><br></div><div>  import sipconfig</div><div><br></div><div>however, after doing, 'pip install sip', this import is invalid.</div><div><br></div><div>I assume the documentation has not been updated. What should configure.py look like?</div><div><br></div><div>Does anyone have a simple python package example with a setup.py which would show what a setup.py should look like so I can do:</div><div><br></div><div>  pip install -e .</div><div><br></div><div>and have it build my library and place it in the correct directory so it can be used by another python module? For an example of what I am talking about, see <a href="https://github.com/EricG-Personal/cffi_test">https://github.com/EricG-Personal/cffi_test</a> which did to learn more about cffi. I can do write something similar for SIP, but I cannot find any documentation on this for SIP.</div><div><br></div><div><br></div><div>A couple of other things I noticed is that at <a href="https://pypi.python.org/pypi/SIP">https://pypi.python.org/pypi/SIP</a>, the link for 'here' in  "The documentation for the latest release can be found here." is broken.</div><div><br></div><div>In <a href="https://www.riverbankcomputing.com/software/sip/roadmap">https://www.riverbankcomputing.com/software/sip/roadmap</a>, it mentions that v5 will be release in 2016, but it is now 2018 and it looks like the version is still v4.</div><div><br></div><div><br></div><div><br></div></div>