3

I've never used Python before and wanted to get started. I am running Mac OSX 10.5.8 and everytime I open IDLE I get the following error message:

The application IDLE quit unexpectedly

I just downloaded Python 2.7 because I heard that it had the most library support and I was very excited about the C/C++ Python interfacing capabilities. I did see other users on this site having similar problems but I still did not figure my issue out.

Any ideas on how I can get IDLE to run on my Mac?

nbro
  • 15,395
  • 32
  • 113
  • 196
CodeKingPlusPlus
  • 15,383
  • 51
  • 135
  • 216

2 Answers2

1

python 3.x is better for macs. try downloading it here and using IDLE.

astronautlevel
  • 478
  • 4
  • 14
0

On mac idle crashes when you import something big from outside, when you copy-paste something and when you click on preferences. Copy-paste error message:

IDLE quit unexpectedly

Exception Type:  EXC_BAD_ACCESS (SIGSEGV) 

All the version of python crashes on mac. So far, i didn't see any solution to this problem. I strongly recommend you to use iep. It has all the version of python and you don't need to save the file to run it.

Here is a link to iep editor

billwild
  • 173
  • 1
  • 3
  • 12
  • I have the same exact problem with any Cmd+key combination (or its command from the menu selection). Any solutions. I'm using Python 3.3.2 Carlos – user819893 Sep 14 '13 at 17:16