How do I include 3rd-party Python modules?

Grant Sloman grant.sloman at gmail.com
Sun Jan 10 13:37:49 GMT 2021


Hi.  I’m attempting to build an Android app from a Python/PyQt5 project. I’ve successfully managed to build and run the pyqt-demo project but I’m having difficultly with my own project.  Specifically, where my project imports a 3rd-party Python package, e.g. aiohttp how do I include this in my build?  Do I need to write a component plugin for it?  If so, are there any examples or a guide for how to do this?

Many thanks,
Grant



More information about the PyQt mailing list