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.
Created on 2010年12月13日 02:53 by David_Anon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| Python_2010年12月12日-214329_Darwin.txt | David_Anon, 2010年12月13日 02:53 | Python Crash log | ||
| Messages (4) | |||
|---|---|---|---|
| msg123859 - (view) | Author: David (David_Anon) | Date: 2010年12月13日 02:53 | |
Hello, Python version 2.7.1 x64 Mac OS X 10.6.5 x86_64 Tk/Tcl version 8.5/4 Python will crash when saving/running/checking a module, i tried googling for a few hours to come up to NOTHING for a solution. Hopefully we can both get this fixed. Thank you. Attached is a Python crash log. |
|||
| msg123885 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2010年12月13日 17:44 | |
Ned, did you mean issue 9763? |
|||
| msg123886 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2010年12月13日 17:52 | |
[updated to refer to correct issue - thanks!] Without more specific details on exactly how to reproduce the problem, I assume you are seeing something like the problem reported in Issue9763. There are several reported problems with IDLEs that are linked with the Apple-supplied Tcl/Tk 8.5 in OS X 10.6. That includes the current python.org 2.7.1 64-bit installer. The simplest workaround at the moment is to use the other, 32-bit-only 2.7.1 installer for OS X. It uses the Apple Tcl/Tk 8.4 or ActiveTcl 8.4, if present, neither of which exhibits these kinds of problems. |
|||
| msg130427 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2011年03月09日 05:40 | |
Now that ActiveState has released a version of Tcl/Tk 8.5 (8.5.9.2) for Mac OS X that is also an Aqua Cocoa Tk (like the Apple-supplied Tk 8.5.7 in 10.6) and supports 64-bit, versions of Python linked with the new ActiveTcl 8.5.9 do not display the problem reported here as well as a number of other problems reported elsewhere. Unfortunately, as released, the 64-bit/32-bit python.org Python 2.7.1 for 10.6 links only to the Apple-supplied Tcl/Tk 8.5. Until the next release of Python 2.7 (2.7.2), the best workaround without rebuilding remains to use the 32-bit-only installer for 2.7.1. There is now a webpage that summarizes the somewhat confusing state of affairs with regard to Tcl/Tk support with Python on Mac OS X: http://www.python.org/download/mac/tcltk/ |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:10 | admin | set | github: 54899 |
| 2011年03月09日 05:40:59 | ned.deily | set | status: pending -> closed nosy: ned.deily, r.david.murray, David_Anon messages: + msg130427 superseder: Crashes upon run after syntax error encountered in OSX 10.5.8 -> OS X IDLE 2.7 from 64-bit installer hangs when you paste something. stage: resolved |
| 2010年12月13日 17:53:57 | ned.deily | set | status: open -> pending |
| 2010年12月13日 17:53:24 | ned.deily | set | messages: - msg123868 |
| 2010年12月13日 17:52:54 | ned.deily | set | status: pending -> open superseder: _elementtree.c warnings under 64-bit Windows -> Crashes upon run after syntax error encountered in OSX 10.5.8 messages: + msg123886 |
| 2010年12月13日 17:45:05 | r.david.murray | set | status: open -> pending |
| 2010年12月13日 17:44:52 | r.david.murray | set | status: pending -> open nosy: + r.david.murray messages: + msg123885 |
| 2010年12月13日 09:43:57 | ned.deily | set | status: open -> pending superseder: _elementtree.c warnings under 64-bit Windows assignee: ned.deily nosy: + ned.deily messages: + msg123868 resolution: duplicate |
| 2010年12月13日 02:53:05 | David_Anon | create | |