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 2015年02月10日 07:09 by ww0115, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg235675 - (view) | Author: ww0115 (ww0115) | Date: 2015年02月10日 07:09 | |
I recently downloaded Python 3.4 on my Mac (running on Yosemite 10.10.2) and every time I try and open Idle, the icon just keeps jumping and the application never opens. When I click on the icon after it stops jumping it just says "Application Not Responding". I've also tried downloading ActiveTCL to see if it helps but it doesn't as that application doesn't open either. Any suggestions? |
|||
| msg235723 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2015年02月11日 03:09 | |
Try launching IDLE from a Terminal window command line shell with: /usr/local/bin/python3.4 -m idlelib and see if any error messages are reported. Also please report what is printed when this is run in a command shell: /usr/local/bin/python3.4 -c 'import sys;print(sys.version)' |
|||
| msg296380 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2017年06月19日 21:52 | |
No followup, no issue. If IDLE did not run but python did, the next thing to have tried would have been .../python3.4 -c "import tkinter; tkinter.Tk()" |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:12 | admin | set | github: 67619 |
| 2017年06月19日 21:52:35 | terry.reedy | set | status: open -> closed nosy: + terry.reedy messages: + msg296380 resolution: out of date stage: resolved |
| 2015年02月11日 03:09:23 | ned.deily | set | messages: + msg235723 |
| 2015年02月10日 08:18:49 | SilentGhost | set | nosy:
+ ronaldoussoren, ned.deily, hynek components: + macOS |
| 2015年02月10日 07:09:16 | ww0115 | create | |