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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brett.cannon, lcarrionr
Date 2008-11-27.09:22:43
SpamBayes Score 0.00091458636
Marked as misclassified No
Message-id <1227777765.28.0.394458436284.issue4443@psf.upfronthosting.co.za>
In-reply-to
Content
The assertion is clear if you open the source code (Python/pystate.c,
line 561):

assert(autoInterpreterState); /* Py_Initialize() hasn't been called! */

Does your code make sure that the python interpreter is initialized?
History
Date User Action Args
2008-11-27 09:22:45amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, brett.cannon, lcarrionr
2008-11-27 09:22:45amaury.forgeotdarcsetmessageid: <1227777765.28.0.394458436284.issue4443@psf.upfronthosting.co.za>
2008-11-27 09:22:44amaury.forgeotdarclinkissue4443 messages
2008-11-27 09:22:43amaury.forgeotdarccreate