Re: [IronPython] Exceptions from the console in a background thread...

2006-07-16 Thread Martin Maly
Good catch, Lee. I’ve filed this as bug 1015 on CodePlex.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Culver Sent: Sunday, July 16, 2006 12:45 PM To: Discussion of IronPython Subject: [IronPython] Exceptions from the console in a background thread...  

Re: [IronPython] Getting a call stack from an exception?

2006-07-16 Thread Martin Maly
Yes – link to CPython download and the instructions from then on.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill Sent: Sunday, July 16, 2006 8:13 PM To: Discussion of IronPython Subject: Re: [IronPython] Getting a call stack from an exception?   D

Re: [IronPython] Getting a call stack from an exception?

2006-07-16 Thread J. Merrill
Does it say how to get the standard Python libraries if you haven't installed CPython? At 08:45 PM 7/15/2006, Martin Maly wrote In fact, we have already updated the tutorial with the instructions how to use IP with standard Python libraries. While this change didn’t make it into our Beta 9 relea

[IronPython] Exceptions from the console in a background thread...

2006-07-16 Thread Lee Culver
I’d like to file a low priority bug…under the “wouldn’t it be nice if…” category.   When you have an exception occur while using the console, it produces a very nice output (a stack trace including only Python code).   However, if you run this in a background thread you get a monstrosit