Wednesday, 18 September 2013

Is that possible to run a python built program on iOS as a static lib?

Is that possible to run a python built program on iOS as a static lib?

I have some AI code developed in python 2.7 that uses non-standard libraries.
I intend to compile it to work with my iPhone app.
I wouldn't like to re-program everything so, is that a way to compile my
python code + all dependencies into a static file so I can call it from my
iOS app as a function?

No comments:

Post a Comment