1

My problem:

I try to debug some python 3 code. Komodo gives me this error message:

"Komodo does not support execution of Python3 files through the debugger subsystem, please use a run command in the toolbox to process this file."

then when I run 'run,' it gives me this error:

"'run' is not recognized as an internal or external command, operable program or batch file."

ActiveState says that Komodo 6 supports python 3:

"Komodo 6 fully supports Python 3 (debugging, code intelligence"

http://community.activestate.com/komodo-60-features

what to do, what to do?

My stuff:

Komodo IDE, version 6.0.0-beta3, build 54627, platform win32-x86

ActivePython-3.1.1.2-win64-x64-nopywin32

Windows 7 Pro 64 bit

4

1 回答 1

2

当前版本的 Komodo 6 正确支持 Python 3。您使用的版本仅支持代码智能(漂亮的格式),但不支持执行/调试。

于 2011-01-28T20:59:33.897 回答