[PyQt] Static Python 3.5.1, iOS, types & libffi

David Morris othalan at othalan.net
Fri May 20 01:59:26 BST 2016


Rob,

libffi is a separate library you must compile and link in. It already
supports iOS and compiles into a static library with no modifications.

Download it here:

https://sourceware.org/libffi/

Good Luck!

David

On Fri, May 20, 2016 at 1:31 AM, Robert Kent <rob at gulon.co.uk> wrote:

> Seems to be an issue with _ctypes.c and callproc.c when I include the top
> level ctypes package in the pyqtdeploy GUI.
>
> If I leave it out, I can build a perfectly happy app.
>
> So, how to configure Python for iOS to allow the use of ctypes (with or
> without libffi)?
>
> Cheers, Rob
>
>
>
> On 19 May 2016 at 19:17:19, Robert Kent (rob at gulon.co.uk) wrote:
>
> It seems that ctypes (for 1) requires libffi to build which doesn’t seem
> to be available for iOS (when I go look in the module folder) so the build
> fails when it tries to include it.
>
> Is this a pyconfig.h issue or otherwise?
>
> Cheers, Rob
>
>
>
> _______________________________________________
> 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/20160520/5efb9a9d/attachment-0001.html>


More information about the PyQt mailing list