Still can't get WingPro to "see" python
I'm still working to get WingPro to successfully invoke python. I completely blew away the /opt directory and its entire contents. I used homebrew's pkg installer to install homebrew and python. Python seems to work. Invoking it as opt % python3 or as opt % /opt/homebrew/Frameworks/Python.framework/Versions/3.13/bin/python3 both bring up the python prompt in a terminal window. Pasting either of these into the project properties window (command line) doesn't help, and I'm still getting:
Traceback (most recent call last):
File "/Applications/WingPro.app/Contents/Resources/bootstrap/wingdb.py", line 59, in <module>
bootstrap_utils = NP_LoadModuleHere('bootstrap_utils')
File "/Applications/WingPro.app/Contents/Resources/bootstrap/wingdb.py", line 57, in NP_LoadModuleHere
return locals()[modname]
~~~~~~~~^^^^^^^^^
KeyError: 'bootstrap_utils'
Comments
What version of Wing do you have? You need Wing 10 to use Python 3.13, and should be sure to upgrade to 10.0.10 to avoid breakage in Python 3.13.3+.