Hi,
I couldn't install scriptine :
True, False = 1, 0
^ SyntaxError: cannot assign to True
In Python 3 True and False became keywords, assigning to them is an error.
The code in question is obviously for Python 2. Version 0.2.1 was released in 2015 and is no longer updated. The package seems to be outdated and abandoned.
Hi, I couldn't install scriptine : True, False = 1, 0 ^ SyntaxError: cannot assign to True
In Python 3 True and False became keywords, assigning to them is an error.
The code in question is obviously for Python 2. Version 0.2.1 was released in 2015 and is no longer updated. The package seems to be outdated and abandoned.
Do you know if another package exist ?
Thanks !