SublimePTY icon indicating copy to clipboard operation
SublimePTY copied to clipboard

console_server.py cannot be launched

Open ziqul opened this issue 7 years ago • 0 comments

Invalid syntax on Windows. Python 3.3

$ python console_server.py
    File "console_server.py", line 164
    except Exception, e:            
                    ^               
SyntaxError: invalid syntax 

ziqul avatar Nov 15 '17 10:11 ziqul