First time here? Check out the FAQ!

Revision history  [back]

Python shell crashing in Wing 101

Hello everyone, I've been a casual Python editor now for 10+ years, but this past winter I had to factory reset my computer resulting in losing all my configuration settings.

I'm having an issue now trying to get the new version of Wing 8.3.0.4 (rev bd71a1fe9ed3) running on my macOS laptop (12.3.1), running Python 3.10.4

Originally I was trying to run my script but I was getting an error, so then I tried running some basic import

import pandas
import xlrd
import openpyxl

Which gives me the exact same error as what I was getting when running my script - the following error gets printed to the shell:

aborted (disconnected)

I also get the "Python has crashed, report the problem to Apple" dialog box

I am able to run my script without any issues through the macOS Terminal (using the command python3 filename.py), so it does not seem to be related to my Python installation but with the Wing IDE installation.

Python shell crashing in Wing 101

Hello everyone, I've been a casual Python editor now for 10+ years, but this past winter I had to factory reset my computer resulting in losing all my configuration settings.

I'm having an issue now trying to get the new version of Wing 8.3.0.4 (rev bd71a1fe9ed3) running on my macOS laptop (12.3.1), running Python 3.10.4

Originally I was trying to run my script but I was getting an error, so then I tried running some basic import

import pandas
import xlrd
import openpyxl

Which gives me the exact same error as what I was getting when running my script - the following error gets printed to the shell:

aborted (disconnected)

I also get the "Python has crashed, report the problem to Apple" dialog box

I am able to run my script without any issues through the macOS Terminal (using the command python3 filename.py), so it does not seem to be related to my Python installation but with the Wing IDE installation.

Python shell crashing in Wing 101

Hello everyone, I've been a casual Python editor now for 10+ years, but this past winter I had to factory reset my computer resulting in losing all my configuration settings.

I'm having an issue now trying to get the new version of Wing 8.3.0.4 (rev bd71a1fe9ed3) running on my macOS laptop (12.3.1), running Python 3.10.4

Originally I was trying to run my script but I was getting an error, so then I tried running some basic import

import pandas
import xlrd
import openpyxl

Which gives me the exact same error as what I was getting when running my script - the following error gets printed to the shell:

aborted (disconnected)

I also get the "Python has crashed, report the problem to Apple" dialog box

I am able to run my script without any issues through the macOS Terminal (using the command python3 filename.py), so it does not seem to be related to my Python installation but with the Wing IDE installation.