I can’t be sure why you’re having issues but make sure you’re setting the Python 3 interpreter and not the Python interpreter. Can you provide exact steps of what you’re doing if you’re certain you’re setting the Python 3 preference?
Well I don’t see the issue this morning.
I’ve tried different options and I can get it to fail as I previously reported.
However I do get this:
Traceback (most recent call last):
File “J:\Programs\ActiveState Komodo IDE 11\lib\support\dbgp\bin\py3_dbgp.py”, line 105, in
import dbgp.client
File “J:\Programs\ActiveState Komodo IDE 11\lib\support\dbgp\python3lib\dbgp\client.py”, line 1975
def interaction(self, frame, tb = None, async = 0):
^
SyntaxError: invalid syntax
This same error was reported here: Komodo 11.1, Python 3.7 x64, and it’s still not fixed.
It appears that Komodo 11.1 does not work with Python 3.7.
So now I can’t use Komodo because of this.
I do not intend to install another version of Python.
I’ll stick with PyCharm, which doesn’t have such bugs.
I think that by now the update should have been available as a matter of priority.
Out of the box, Komodo doesn’t work with Python 3.7.
It’s just not good enough considering the price of the product.
JetBrains fixed the issue very quickly and it wasn’t a nightly build.
You may not need to upgrade to nightly if you can upgrade the file "J:\Programs\ActiveState Komodo IDE 11\lib\support\dbgp\python3lib\dbgp\client.py”
with replacing “async” with “asynchronous”
That will do it and it work like charm with 3.8.
Also for the debugging I did comment out the lines that I don’t want to see in the _getIncomingDataPacket function.