[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-22 Thread ドミトリ ステパヌシキン
ドミトリ ステパヌシキン added the comment: fixed it for build BIG FAT binary. attached. -- Added file: http://bugs.python.org/file25672/iOS-build272.sh ___ Python tracker <http://bugs.python.org/issue14

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-21 Thread ドミトリ ステパヌシキン
ドミトリ ステパヌシキン added the comment: I embedded 2.7.2 static in iOS test app, and, at least "print "something"" is worked. Now I *sigh* need to make it compile and work on iPhone Simulator. I'll try hard, and upload working script,

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-21 Thread ドミトリ ステパヌシキン
ドミトリ ステパヌシキン added the comment: actually I changed all, that was needed to build Python static library for iOS device(BTW it doesn't work for simulator, I got configure errors, I can't(or have no time if u want) to resolve), but not much changes. Want to see working script? OK

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-21 Thread ドミトリ ステパヌシキン
ドミトリ ステパヌシキン added the comment: thank You for answer. my problem was finally solved 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

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-21 Thread ドミトリ ステパヌシキン
ドミトリ ステパヌシキン added the comment: I tried look as deep as I can. The result from 3.2.3 port: it fails in Python/getargs.c:convertsimple():line 709, error "signed integer is less than minimum". It parses some parameters, and we have an error on last, 5th parameter. I really have no

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン
Changes by ドミトリ ステパヌシキン : Added file: http://bugs.python.org/file25658/Python-3.2.3.tar.bz2 ___ Python tracker <http://bugs.python.org/issue14866> ___ ___ Python-bug

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン
Changes by ドミトリ ステパヌシキン : Added file: http://bugs.python.org/file25656/pyconfig.h ___ Python tracker <http://bugs.python.org/issue14866> ___ ___ Python-bugs-list mailin

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン
ドミトリ ステパヌシキン added the comment: Call stack: #00x300cba1c in __pthread_kill () #10x362e43ba in pthread_kill () #20x362dcbfe in abort () #30x00127d96 in Py_FatalError at /Users/mac_user/Downloads/Python-3.2.3/IOS/pythoncore/../../Python/pythonrun.c:2169 #4

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン
Changes by ドミトリ ステパヌシキン : Added file: http://bugs.python.org/file25657/config.c ___ Python tracker <http://bugs.python.org/issue14866> ___ ___ Python-bugs-list mailin

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン
Changes by ドミトリ ステパヌシキン : -- versions: -Python 3.1, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue14866> ___ ___ Python-bugs-list mailin

[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン
New submission from ドミトリ ステパヌシキン : I trying to make minimal part of Python to work as part (static library) of my iOS application for internal scripting. I used configure under Mac OS X(10.7) and it was successful. Then I got compilable and linkable XCode project very fast. The problem is