Hi,
I’ve just installed Komodo 11.1 on Windows 10 and I get the error below when running the simplest of code.
Traceback (most recent call last):
File "J:\Programs\ActiveState Komodo IDE 11\lib\support\dbgp\bin\py3_dbgp.py", line 105, in <module>
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
I think the above error is due to Komodo 11.1 not working with Python 3.7.
Also, every time I run the code I get a pop up window with the title Configuration.
Why is this happening.
Thanks in advance for any help.