<div dir="ltr"><div><div>Ahh - I see now that there are references to timemodule.c the .pro file - only problem is that it will never be build.<br><br></div><div>Here is my pyqtdeploy command:<br></div><div><br>pyqtdeploycli --project myproject.pdy --target linux-64 build<br><br><br></div><div>In the resulting .pro file I can see the following variable definitions:<br></div><div><br>!linux-* {<br>    DEFINES += Py_BUILD_CORE<br>    INCLUDEPATH += /home/jakob/dev/tmp/testpyqt/sysroot-linux/src/Python-3.5.1/Modules<br>    SOURCES += /home/jakob/dev/tmp/testpyqt/sysroot-linux/src/Python-3.5.1/Modules/selectmodule.c<br>    SOURCES += /home/jakob/dev/tmp/testpyqt/sysroot-linux/src/Python-3.5.1/Modules/_heapqmodule.c<br>    SOURCES += /home/jakob/dev/tmp/testpyqt/sysroot-linux/src/Python-3.5.1/Modules/timemodule.c<br>    SOURCES += /home/jakob/dev/tmp/testpyqt/sysroot-linux/src/Python-3.5.1/Modules/_math.c<br>    SOURCES += /home/jakob/dev/tmp/testpyqt/sysroot-linux/src/Python-3.5.1/Modules/mathmodule.c<br>}<br><br></div>And since it is exactly linux I am building for I will of course never get the modules build.<br><br></div>I wonder if I am doing something wrong in the deployment process.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 10, 2016 at 1:27 PM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10 Mar 2016, at 11:38 am, Jakob Simon-Gaarde <<a href="mailto:jakobsg@gmail.com">jakobsg@gmail.com</a>> wrote:<br>
><br>
> I have already selected it, and yes it was selected as dependency by other modules.<br>
><br>
> I still don't understand though. When is timemodule.c supposed to be compiled? Is it when I build my static version of Python, or is it when I pyqtdeploy my PyQt5 based project.<br>
><br>
> As far as I know time is never dynamically loaded module but a pure built-in module.<br>
<br>
</span>It's compiled when you compile your application. You should see a timemodule.o in your build directory.<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Med venlig hilsen / Best regards<br>Jakob Simon-Gaarde</div>
</div>