Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IDLE crash on Mac
#1
Hello, as I am rather new at this, I might also be repeating an issue that has been brought up and solved; if that's the case, my sincerest apologies.

As for the case itself : I recently got my hands on a mac (with MacOS because I after all do want to look at what it has to offer  Tongue ), and downloaded and installed python. So far so good. I managed to write a few simple codes and everything was going smoothly. That was until it randomly crashed (or so I thought). Further tests made it clear to me that the IDLE crashed every time i tried to enter a " or '. 

So... Has anyone gotten a clue of what I could do to fix this?

This is the message I get after the crash :


Moderator Kebap: Thread renamed and moved
Reply
#2
My non-expert opinion: if IDLE breaks, just don't use IDLE anymore.
Reply
#3
i can tell you that there is other issues with IDLE. Its a horrible IDE, and should of never been packaged with python on some operating systems. It makes people think that it is the default IDE, when its not. Get a different IDE.
Recommended Tutorials:
Reply
#4
I was wondering what is that and tried to install it on my Ubuntu MATE partition. I didn't work. Even the installation. I couldn't uninstall it. When I used the package manager it always prints the error because of it. I deleted all files related to IDLE but still get some error message. But I don't want to bother anymore with this.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#5
Well that was a quick and enlightening series of posts! Many thanks for the replies, but could you also recommend any other IDE then?
Reply
#6
I am using Geany or vim to write small scripts. Sometimes Atom. I have installed PyCharm Comunity and Ninja IDE. Both a good too. I forgot Sublime Text.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#7
i also use a combination of Geany or Vim.

but there are quite a number of them
https://wiki.python.org/moin/IntegratedD...vironments

but one of my favorites is sublime text, and their plugin API is python
Recommended Tutorials:
Reply
#8
Many thanks to you guys, that answers all my inquiries :D
Reply
#9
Check out: https://wiki.python.org/moin/PythonEditors and https://wiki.python.org/moin/IntegratedD...vironments

If you're just starting out, you probably don't need all the bells and whistles of an ide. I don't know that much about which one might be good on a mac, but it's mostly personal preference anyway. So try a couple out, see which feel good to you, and go from there :)
Reply
#10
You may also be interested of Jupyter Notebook and its successor  Jupyterlab.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Catching a crash within a library code ebolisa 9 3,172 Nov-22-2021, 11:02 AM
Last Post: bowlofred
  Python Crash Course ( 2nd edition) alok 1 1,886 Jul-19-2021, 05:55 PM
Last Post: snippsat
  Im using python crash course version 2 james_newbie 3 2,404 Sep-07-2019, 09:21 PM
Last Post: ichabod801
  Python 3 crash course james_newbie 6 3,925 Aug-25-2019, 08:23 PM
Last Post: snippsat
  Pyinstaller exe won't launch after crash kainev 0 2,617 May-11-2019, 06:06 PM
Last Post: kainev
  Py_Initialize Crash with Python 3.6 paulhbm 0 4,390 Sep-20-2018, 09:56 AM
Last Post: paulhbm
  IDLE not importing pygame (ok outside of IDLE) miner_tom 1 3,330 Sep-14-2018, 07:54 PM
Last Post: Larz60+
  IDLE crash using special characters? reikonaga 6 4,755 Aug-06-2018, 07:37 AM
Last Post: keegan_010
  How to Crash a Computer keegan_010 6 4,262 Aug-05-2018, 06:01 AM
Last Post: Skaperen
  Console crash after boot. friendlymegalomaniac 1 2,587 Apr-07-2018, 05:44 PM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020