well, I dont tested all, but at least error above was fixed by using build
script from https://github.com/cobbal/python-for-iphone and patch from
http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html
--
http://mail.python.org/mailman/listinfo/python-list
On 5/20/2012 11:33 PM, angelja...@gmail.com wrote:
I'm trying to embed a part of python (core+some modules) in my iOS application
for internal scripting.
I have not read that anyone has run under iOS yet ;-). Good luck.
I started from compiling original unmodified Python source. Tried both
Hello!
I'm trying to embed a part of python (core+some modules) in my iOS application
for internal scripting. I started from compiling original unmodified Python
source. Tried both 2.7.3 and 3.x latest source code. As I found no easy way to
configure it, just tried to run configure from Mac OS