<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Uh oh, once I get configure.py to complete successfully the make file (and Qsci.pro) don’t have any sources, and the dylib is empty.<div class=""><br class=""></div><div class="">I am running latest yosemite with pyqt5/5.4.1 installed via homebrew. Here is the output with the unmodified configure.py:</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">turin:Python patrick$ python3 configure.py --pyqt=PyQt5</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Configuring QScintilla 2.8.3...</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">QScintilla 2.8.3 is being used.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">The QScintilla .sip files will be installed in</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/share/sip/PyQt5.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">The QScintilla module will be installed in</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/PyQt5.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">PyQt 5.4 is being used.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Qt 5.4.1 is being used.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">sip 4.16.5 is being used.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">The sip executable is /usr/local/bin/sip.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">The QScintilla module is being built with 'protected' redefined as 'public'.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">The QScintilla API file will be installed in</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">/usr/local/Cellar/qt5/5.4.1/api/python.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Generating the C++ source for the Qsci module...</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Error: Unable to create the C++ code.</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">turin:Python patrick$ </div></div><div class=""><br class=""><div class=""><br class=""></div><div class="">Thoughts?</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 11, 2015, at 1:57 AM, Patrick Stinson <<a href="mailto:patrickkidd@gmail.com" class="">patrickkidd@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello, it’s been a long time.<div class=""><br class=""></div><div class="">I noticed that configure.py won’t run unless I disabled the file existence check at line 1265:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(215, 57, 30); background-color: rgb(0, 0, 0);" class="">#    if not os.access(check_file, os.F_OK):                                                                                                                </div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(215, 57, 30); background-color: rgb(0, 0, 0);" class="">#        error("Unable to create the C++ code.") </div></div><div class=""><br class=""></div><div class="">it’s checking for the *existence* of ./Python/sipAPIQsci.h, which of course does not exist. Perhaps it should check    for write access instead?</div><div class=""><br class=""></div><div class="">Thanks for keeping this excellent project going for all of these years.</div><div class="">-P</div></div></div></blockquote></div><br class=""></div></div></body></html>