Python3 Interpreter for Komodo IDE

249 Views Asked by At

I'm using Komodo IDE 11 and I want to program in Python 3.8.1. I already set a interpreter in Preferences > Languages > Python3, but it always give me the same error.

  File "/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/bin/py3_dbgp", line 105, in <module>
    import dbgp.client
  File "/Applications/Komodo IDE 11.app/Contents/SharedSupport/dbgp/python3lib/dbgp/client.py", line 1975
    def interaction(self, frame, tb = None, async = 0):
                                            ^
SyntaxError: invalid syntax

I'm doing this in Mac OS X El Capitan, but also i need to do it in Windows 10 and Debian.

Thanks in advance.

0

There are 0 best solutions below