This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ドミトリ.ステパヌシキン
Recipients ronaldoussoren, ドミトリ.ステパヌシキン
Date 2012-05-21.05:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337577630.57.0.506475645157.issue14866@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-05-21 05:20:30ドミトリ.ステパヌシキンsetrecipients: + ドミトリ.ステパヌシキン, ronaldoussoren
2012-05-21 05:20:30ドミトリ.ステパヌシキンsetmessageid: <1337577630.57.0.506475645157.issue14866@psf.upfronthosting.co.za>
2012-05-21 05:20:29ドミトリ.ステパヌシキンlinkissue14866 messages
2012-05-21 05:20:29ドミトリ.ステパヌシキンcreate