<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Also, I have my own qt edits in a single repo and then do a remote build by calling qt’s configure from whatever empty build dir I chose, either passing “developer-build” or “prefix” to install in place in the build dir. Here is my configure line:<div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">../../../pyqt-sysroot-base/src/qt5/qtbase/configure -static -debug-and-release -xplatform macx-ios-clang -nomake examples -nomake tests -opensource -confirm-license -qt-pcre -developer-build</div><div class=""><br class=""></div><div class="">This makes for an easy distclean because you just delete the build dir. Is there a way to do this with pyqtdeploy-sysroot? It doesn’t look like the “source” or “qt_dir” don’t quite accomplish this.</div><div class=""><br class=""></div><div class="">Thanks!</div><div class=""><br class=""></div><div class=""><br class=""><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 5, 2018, at 9:39 PM, Patrick Stinson <<a href="mailto:patrickkidd@gmail.com" class="">patrickkidd@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Phil,<div class=""><br class=""></div><div class="">I had patched pyqtdeploy-v1 to include some standard C python modules in my sysroot builds, for example:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        {"time", PyInit_time},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        {"math", PyInit_math},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        {"pickle", PyInit__pickle},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        {"_datetime", PyInit__datetime},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        {"_struct", PyInit__struct},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        { "binascii", PyInit_binascii},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        { "_sha512", PyInit__sha512},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        { "_sha256", PyInit__sha256},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        { "_sha1", PyInit__sha1},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        { "_md5", PyInit__md5},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        { "_random", PyInit__random},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        { "_zlib", PyInit_zlib},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        { "_socket", PyInit__socket},</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        { "select", PyInit_select},</div></div><div class=""><br class=""></div><div class="">I suppose it makes sense that I am running into some unresolved symbols (_ffi_call_unix64, _ffi_closure_unix64) using this sysroot with the new <i class="">pyqtdeploy-build</i>. So I guess I should re-build my sysroots using the new <i class="">pyqtdeploy-sysroot</i>.</div><div class=""><br class=""></div><div class="">Is there a way to include std c python modules when building python with pyqtdeply-sysroot? In <i class="">pyqtdeploycli</i> v1 that involved changes to config_py3.c & python.pro.</div><div class=""><div class=""><br class=""></div><div class="">Thanks!</div><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Jan 5, 2018, at 6:05 AM, Patrick Stinson <<a href="mailto:patrickkidd@gmail.com" class="">patrickkidd@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Excellent Phil, nice work. I will definitely get back to you with any feedback.<br class=""><br class=""><blockquote type="cite" class="">On Jan 5, 2018, at 3:30 AM, Phil Thompson <<a href="mailto:phil@riverbankcomputing.com" class="">phil@riverbankcomputing.com</a>> wrote:<br class=""><br class="">pyqtdeploy v2.0 has been released. While changes to the GUI are minimal, it should now be much easier to create target-specific system root directories that contain all the components that make up an application.<br class=""><br class="">All current versions of Python are now supported.<br class=""><br class="">Phil<br class="">_______________________________________________<br class="">PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" class="">PyQt@riverbankcomputing.com</a><br class=""><a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" class="">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br class=""></blockquote><br class=""></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></div></div></body></html>