Skip to content

SyntaxError: Missing parentheses in call to 'print' when running on Python3 #9

@marcomc

Description

@marcomc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions