First time here? Check out the FAQ!

powerpcmac's profile - activity

2022-07-03 10:03:11 -0500 received badge Notable Question (source)
2022-07-03 10:03:11 -0500 received badge Popular Question (source)
2022-06-08 09:19:51 -0500 marked best answer Wingpro v6 fails to launch python3 on mac

I just found my old key for wingpro 6 and I installed on Mac 10.14 with the latest python3 co-existing with python 2.

Wing used python2 by default, so I changed the project environment properties to try to use the python3, installed to the default location "/Library/Frameworks/Python.framework/Versions/3.10/bin/python3"

The app will not launch a kernel, it only "crashes unexpectedly" whenever you load wingpro or restart the kernel, pasting the contents of the crash below

There is also a warning in the console. /Applications/WingIDE.app/Contents/Resources/bin/dbg/src/debug/tserver/dbgserver.py:846: SyntaxWarning: "is" with a literal. Did you mean "=="?

Is there any way to get this working? I would like to continue using wingpro.

2022-06-07 06:40:08 -0500 received badge Student (source)
2022-06-07 06:35:07 -0500 commented question Wingpro v6 fails to launch python3 on mac

This is a pastebin of the error message https://pastebin.com/GZktdPKb

2022-06-07 06:35:06 -0500 commented question Wingpro v6 fails to launch python3 on mac

I can't add a printout of the error because "it is forbidden" or "spam detected"

2022-06-07 06:35:05 -0500 asked a question Wingpro v6 fails to launch python3 on mac

Wingpro v6 fails to launch python3 on mac I just found my old key for wingpro 6 and I installed on Mac 10.14 with the la