New submission from ドミトリ ステパヌシキン <angelja...@gmail.com>:

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, when I trying to use Python by 
Py_NoSiteFlag=1;
Py_Initialize();
it fails with error "Fatal Python error: exceptions bootstrapping error." 
inside _PyExc_Init().
I tried to debug it, but unfortunately I cant understand why it fails. May be 
bacause I noob in Python source, but anyway, I need to port it. Tried 2.7.3, or 
latest 3.x, it was the same result as above. Any solution or hint will be very 
helpful.

Best Regards

----------
assignee: ronaldoussoren
components: Interpreter Core, Macintosh
messages: 161244
nosy: ronaldoussoren, ドミトリ.ステパヌシキン
priority: normal
severity: normal
status: open
title: 2.x,3.x iOS static build: Fatal Python error: exceptions bootstrapping 
error.
type: crash
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14866>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to