The requirements say Python 3.6.0 is required
but in reality, it looks like the code has been written with Python2 standards
in fact if I run the application with Python 3.x it fails as follow:
python /usr/local/bin/macprefs restore
File "/usr/local/bin/macprefs", line 23
print 'Backup Complete.'
^
SyntaxError: Missing parentheses in call to 'print'
if I run it in Python 2 it works fine
are you planning to adapt the code?
The requirements say Python 3.6.0 is required
but in reality, it looks like the code has been written with Python2 standards
in fact if I run the application with Python 3.x it fails as follow:
if I run it in Python 2 it works fine
are you planning to adapt the code?