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 ideasman42
Recipients amaury.forgeotdarc, ideasman42
Date 2009-06-16.11:57:10
SpamBayes Score 0.00012068194
Marked as misclassified No
Message-id <1245153433.56.0.706216948062.issue6284@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the feedback, I wasnt aware of PyErr_Display, its not
documented as far as I know.

http://docs.python.org/dev/py3k/genindex-all.html

For blender, its development id still in progress so we don't yet have
an internal console replacement.

however we use a number of python apis in blender (game engine api, UI
api, wrapping our own data) - So there are a number of places where this
function could come in handy, and completely replacing the stdout isn't
always an option - when running the game engine for instance.

Ill look into using a PyErr_DisplayEx
History
Date User Action Args
2009-06-16 11:57:13ideasman42setrecipients: + ideasman42, amaury.forgeotdarc
2009-06-16 11:57:13ideasman42setmessageid: <1245153433.56.0.706216948062.issue6284@psf.upfronthosting.co.za>
2009-06-16 11:57:12ideasman42linkissue6284 messages
2009-06-16 11:57:10ideasman42create