[PyQt] pyqtdeploy, Android and extensions

Phil Thompson phil at riverbankcomputing.com
Fri Apr 8 18:09:49 BST 2016


On 8 Apr 2016, at 6:08 pm, Robert Kent <rob at gulon.co.uk> wrote:
> 
> Hi Phil,
> 
> So, I've gone back and used python-for-android (i.e. kivy) to build numpy and I still get the same error, so it seems that its either the way python is built or the way in which it imports modules that is different. I'm still confused by the fact that exception message is that it doesn't know how to import a module built as a C extension... this makes me think that I have to do something with python rather than numpy...
> 
> Any thoughts any one?

I assume you have built Python with support for dynamically loading extension modules enabled?

Phil


More information about the PyQt mailing list