[issue11068] Python 2.7.1 Idle traceback on OS X (10.6.6)

2011-01-31 Thread David Meier
David Meier added the comment: Sorry that what I had pasted in does not show a segfault, however if you run it as `idle` (i.e. no `(idle&)) the command line reports a generic "Segmentation fault" with no traceback. So, yes, it is a segmentation fault - but I figured it was more useful if you

[issue11068] Python 2.7.1 Idle traceback on OS X (10.6.6)

2011-01-31 Thread R. David Murray
R. David Murray added the comment: FYI, a python traceback is not a segfault. Nor is it a 'crash' in the sense we use in this tracker. The warning has been added to the download page, though there is discussion about whether or not it should be more prominent. -- nosy: +r.david.murr

[issue11068] Python 2.7.1 Idle traceback on OS X (10.6.6)

2011-01-30 Thread David Meier
David Meier added the comment: Removing the 10.6 specific Python 2.7.1 installation (with the instructions provided by Ned) and reinstalling the 10.3-10.6 32bit installation fixed the aforementioned segfault. Thanks for the information, however, I do think it should be noted on the download

[issue11068] Python 2.7.1 Idle traceback on OS X (10.6.6)

2011-01-29 Thread Ned Deily
Ned Deily added the comment: To uninstall, you can do the following: sudo rm -rf /Library/Frameworks/Python.framework/Versions/2.7 sudo rm -rf /Applications/"Python 2.7" If you've installed any site-packages, you would need to re-install them. -- _

[issue11068] Python 2.7.1 Idle traceback on OS X (10.6.6)

2011-01-29 Thread David Meier
David Meier added the comment: It doesn't matter what's in the file itself. By 'blank' I mean, literally, an empty file (i.e. `touch file.py`). You are correct that this was installed from the 10.6 specific 2.7.1, I will try to install from the other version. Is there a recommended uninstal

[issue11068] Python 2.7.1 Idle traceback on OS X (10.6.6)

2011-01-29 Thread Ned Deily
Ned Deily added the comment: Does it matter what the contents of the file are, i.e. what do you mean by a "blank .py" file? I am not able to reproduce that problem. Be aware that, because of problems with the Apple-suppled Cocoa Tk 8.5 in OS X 10.6, the 2.7.1 IDLE from the 10.6-only 64-bit/3

[issue11068] Python 2.7.1 Idle traceback on OS X (10.6.6)

2011-01-29 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> ned.deily nosy: +ned.deily title: Python 2.7.1 Idle Segmentation Fault OS X (10.6.6) -> Python 2.7.1 Idle traceback on OS X (10.6.6) ___ Python tracker __