Komodo 11.1 doesn't compile under Python 3.7

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.

@charles1, you are correct. The powers that be at Python decided it would be smart to add two new keywords in a point release. Here is the reported ticket in our system: https://github.com/Komodo/KomodoEdit/issues/3592#issuecomment-422084165

There is a link to the nightly that fixes this issue in the last comment.

  • Carey