Re: [Idle-dev] Python Core Dump

2005-11-25 Thread Kurt B. Kaiser
Fuzzyman <[EMAIL PROTECTED]> writes: > It's quite likely to just be some obscure windows oddity (unless anyone > else can reproduce this ?). If *possible* I'll try a clean install on > another machine with XP SP2 and see what happens. (I have to cajole my > IT admin here to let me). > > I'm quite

Re: [Idle-dev] Python Core Dump

2005-11-24 Thread Fuzzyman
Hello Kurt, I've done some more tracking of this crash (as below). It's quite likely to just be some obscure windows oddity (unless anyone else can reproduce this ?). If *possible* I'll try a clean install on another machine with XP SP2 and see what happens. (I have to cajole my IT admin here

Re: [Idle-dev] Python Core Dump

2005-11-23 Thread Kurt B. Kaiser
Fuzzyman <[EMAIL PROTECTED]> writes: > I did wonder if the traceback is because the crash happens in the > subprocess - meaning that the communication channel breaks - causing the > traceback. That is pure conjecture though. :-) The code in question is executing in the GUI. But see below. The e

Re: [Idle-dev] Python Core Dump

2005-11-23 Thread Fuzzyman
Kurt B. Kaiser wrote: Fuzzyman <[EMAIL PROTECTED]> writes: [snip..] C:\Program Files\Windows Resource Kits\Tools>python C:\Python24\Lib\idlelib\idle.pyw fullname operator tgt operator filename operator descr ('', '', 6) Got here Got here too. Exception in Tkinter callback Traceba

Re: [Idle-dev] Python Core Dump

2005-11-22 Thread Kurt B. Kaiser
Fuzzyman <[EMAIL PROTECTED]> writes: > I tried the test you suggest above, with interesting results. > > I edited ``EditorWindow._find_module`` with 7 print statements. Edited > code shown below : > > def _find_module(fullname, path=None): > """Version of imp.find_module() that handles hierar

Re: [Idle-dev] Python Core Dump

2005-11-22 Thread Fuzzyman
Kurt B. Kaiser wrote: > [snip...] > >>> >>> >>Mine neither - ``operator.pyd`` >> >> > >There's a builtin module 'operator' in standard CPython, but no operator.pyd. >It must have come with one of your non-standard implementations. > > > My mistake - I don't know where I got that idea

Re: [Idle-dev] Python Core Dump

2005-11-21 Thread Kurt B. Kaiser
Fuzzyman <[EMAIL PROTECTED]> writes: >>If I try this with 2.4.2 on W2K, I get an error dialog which says, "No >>source for module operator". There is no operator.py on my path. >> >> >> > > Mine neither - ``operator.pyd`` There's a builtin module 'operator' in standard CPython, but no operator

Re: [Idle-dev] Python Core Dump

2005-11-21 Thread Fuzzyman
Kurt B. Kaiser wrote: Fuzzyman <[EMAIL PROTECTED]> writes: I report this, because I did hear that any situation where Pure python code returned a core dump was deemed a 'bug'. I'm running Python 2.4.2 under windoze. If you go to idle and select "open module" from the file menu -

Re: [Idle-dev] Python Core Dump

2005-11-18 Thread Kurt B. Kaiser
Fuzzyman <[EMAIL PROTECTED]> writes: > I report this, because I did hear that any situation where Pure python > code returned a core dump was deemed a 'bug'. > > I'm running Python 2.4.2 under windoze. > > If you go to idle and select "open module" from the file menu - and > choose "operator", the

Re: [Idle-dev] Python Core Dump

2005-11-18 Thread Neal Norwitz
On 11/18/05, Fuzzyman <[EMAIL PROTECTED]> wrote: > > Hmm... I suppose I should report a bug on sourceforge. Please do. n ___ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev

[Idle-dev] Python Core Dump

2005-11-18 Thread Fuzzyman
Hello all, I report this, because I did hear that any situation where Pure python code returned a core dump was deemed a 'bug'. I'm running Python 2.4.2 under windoze. If you go to idle and select "open module" from the file menu - and choose "operator", then Python crashes. Obviously attempting