Remote-Linux-Unlocker icon indicating copy to clipboard operation
Remote-Linux-Unlocker copied to clipboard

Syntax error while running remote-linux-pair for the first time

Open tangent55 opened this issue 5 years ago • 1 comments

I'm sorry for asking very basic question but since I've no idea about coding I can't help but ask it here.

[rain@brim linux-daemon]$ ./remote-linux-pair
  File "remote-linux-pair", line 9
    except ValueError, e:
                     ^
SyntaxError: invalid syntax

I'm stuck in this error and I tried by removing "comma" but another error comes.

I'm using Arch Linux with LTS kernel.

tangent55 avatar Nov 06 '19 10:11 tangent55

use python2 you are using python3 that is why this is showing errr

harshit99-cyber avatar Jan 08 '21 11:01 harshit99-cyber