<html><body 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></body></html>