I have AI code developed in python 2.7 that uses non-standard libraries.
I am going to compile it to work with my iPhone application.
I would not want to reprogram everything like this, is this a way to compile my python + code all the dependencies into a static file so that I can call it from my iOS application as a function?
source
share