whatsthis icon indicating copy to clipboard operation
whatsthis copied to clipboard

cant start the script inception-server.py

Open Macilias opened this issue 6 years ago • 0 comments

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

Macilias avatar Sep 16 '19 10:09 Macilias