我正在使用 Komodo IDE 11,我想在 Python 3.8.1 中编程。我已经在 Preferences > Languages > Python3 中设置了一个解释器,但它总是给我同样的错误。
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
我在 Mac OS X El Capitan 中执行此操作,但我也需要在 Windows 10 和 Debian 中执行此操作。
提前致谢。