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
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