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 atuining
Recipients atuining
Date 2012-11-13.18:33:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352831594.42.0.797931332936.issue16467@psf.upfronthosting.co.za>
In-reply-to
Content
With Python 3.3, the ability to create a Python interpreter independent of a Python installation (as is done with cx_Freeze and other such freezing tools) has become more difficult to accomplish. Py_Initialize() requires the presence of a frozen importlib module which is found in importlib.h, but that include file is not available in the public include files section of a Python distribution. I have copied it for my use but that seems wrong. Please advise on how this should take place now. Thanks.
History
Date User Action Args
2012-11-13 18:33:14atuiningsetrecipients: + atuining
2012-11-13 18:33:14atuiningsetmessageid: <1352831594.42.0.797931332936.issue16467@psf.upfronthosting.co.za>
2012-11-13 18:33:14atuininglinkissue16467 messages
2012-11-13 18:33:14atuiningcreate