Hello guys ,
I am stuck with a problem and i cant find the solution on the Internet thats why i Come to you ...
I want to create a standalone iOS app thanks to the phythonista
template !
I successfully build the " hello world" app so now i need to replace the hello world script with my scripts !
My problem is that my scripts uses Python modules like pycrypto lxml etc wich are not pre installed in the version of python used to run the script on the Idevice...
I would like to integrate the modules i need in the version of Python bring on the end client device ( or make a script that installed thoose modules when client first run my app )
i have no idea how to do that !
Any ideas ?
Thanks a lot !