whatsthis
whatsthis copied to clipboard
cant start the script inception-server.py
First, the script in server is named inceptionServer.py not inception-server.py as pointed out in the README.md.
Second if I run: $ python inceptionServer.py
I got the error:
File "inceptionServer.py", line 70
print r, info, "by: ", self.client_address
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(r, info, "by: ", self.client_address)?
I'm on linux and running Python: 3.6.8
thx