From: Gregory G. <gu...@mu...> - 2016-12-27 02:02:02
|
New user startup problem; I installed Komodo IDE, and Python36, and installed ZSI from (http://pywebsvcs.sourceforge.net/); but trying to run I get: Traceback (most recent call last): File "E:\Developer\ActiveState Komodo IDE 10\lib\support\dbgp\python3lib\dbgp\client.py", line 2445, in runMain self.dbg.runfile(debug_args[0], debug_args) File "E:\Developer\ActiveState Komodo IDE 10\lib\support\dbgp\python3lib\dbgp\client.py", line 2032, in runfile h_execfile(file, args, module=main, tracer=self) File "E:\Developer\ActiveState Komodo IDE 10\lib\support\dbgp\python3lib\dbgp\client.py", line 682, in __init__ exec(contents, globals, locals) File "<string>", line 29 except FaultException, e: ^ SyntaxError: invalid syntax Is ZSI 3.6 compatible? Any idea why it makes the IDE/interpreter choke? The documentation is pretty old (2005), is this still a current good choice for this? (It was used in the examples for Sakai LMS). |