[PyQt] pyqtdeploy: <ffi.h> not found

Phil Thompson phil at riverbankcomputing.com
Tue Oct 31 14:40:20 GMT 2017


On 31 Oct 2017, at 2:21 pm, Patrick Stinson <patrickkidd at gmail.com> wrote:
> 
> After returning to my iOS deployment after some weeks I have found that the generated qmake project includes _ctypes.c which requires <ffi.h>, but the include path for one of the libffi subdirs is not included in the project.
> 
> The sources are included in the “!macx {“ clause. Is there something else I need to do?

I'm not sure ctypes is supported on iOS. You can try playing with the _ctypes meta-data in python_metadata.py.

Sorry, but I'm focussed on v2 at the moment.

Phil


More information about the PyQt mailing list