First time here? Check out the FAQ!

belzgausstd's profile - activity

2022-05-11 16:07:29 -0500 commented answer Python shell crashing in Wing 101

yup I confirm it is working on my side as well - thanks for the help!

2022-05-05 12:31:28 -0500 marked best answer 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.

2022-05-05 11:19:01 -0500 commented question Python shell crashing in Wing 101

Thanks! xlrd.__version__ '2.0.1' openpyxl.__version__ '3.0.9' pandas.__version__ '1.4.2'

2022-05-05 08:07:51 -0500 commented question Python shell crashing in Wing 101

so casual programmer here... how would I get the version numbers for the packages? 😳 :) more than happy to get it - ju

2022-05-05 07:46:02 -0500 commented answer Python shell crashing in Wing 101

I installed Python 3.10.4 and Wing 101 8.3.0

2022-05-05 07:44:58 -0500 commented question Python shell crashing in Wing 101

I have tried each independently and not one particularly is crashing it ... although I just tried a different order and

2022-05-05 07:43:09 -0500 commented answer Python shell crashing in Wing 101

sorry I've been away from computer - as noted in my ticket I'm using Python 3.10.4 - not the version installed on macOS

2022-05-04 09:09:19 -0500 received badge Famous Question (source)
2022-05-02 09:46:27 -0500 received badge Notable Question (source)
2022-05-02 09:46:27 -0500 received badge Popular Question (source)
2022-05-01 19:39:10 -0500 received badge Student (source)
2022-05-01 14:36:32 -0500 asked a question Python shell crashing in Wing 101

Python shell crashing in Wing 101 Hello everyone, I've been a casual Python editor now for 10+ years, but this past wint