[PyQt] ANN: pyqtdeploy v2.0 Released

Patrick Stinson patrickkidd at gmail.com
Sat Jan 6 05:39:08 GMT 2018


Phil,

I had patched pyqtdeploy-v1 to include some standard C python modules in my sysroot builds, for example:

        {"time", PyInit_time},
        {"math", PyInit_math},
        {"pickle", PyInit__pickle},
        {"_datetime", PyInit__datetime},
        {"_struct", PyInit__struct},
        { "binascii", PyInit_binascii},
        { "_sha512", PyInit__sha512},
        { "_sha256", PyInit__sha256},
        { "_sha1", PyInit__sha1},
        { "_md5", PyInit__md5},
        { "_random", PyInit__random},
        { "_zlib", PyInit_zlib},
        { "_socket", PyInit__socket},
        { "select", PyInit_select},

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 pyqtdeploy-build. So I guess I should re-build my sysroots using the new pyqtdeploy-sysroot.

Is there a way to include std c python modules when building python with pyqtdeply-sysroot? In pyqtdeploycli v1 that involved changes to config_py3.c & python.pro.

Thanks!

> On Jan 5, 2018, at 6:05 AM, Patrick Stinson <patrickkidd at gmail.com> wrote:
> 
> Excellent Phil, nice work. I will definitely get back to you with any feedback.
> 
>> On Jan 5, 2018, at 3:30 AM, Phil Thompson <phil at riverbankcomputing.com> wrote:
>> 
>> 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.
>> 
>> All current versions of Python are now supported.
>> 
>> Phil
>> _______________________________________________
>> PyQt mailing list    PyQt at riverbankcomputing.com
>> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180105/37d2b1b7/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1403 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180105/37d2b1b7/attachment-0001.bin>


More information about the PyQt mailing list