Skip to content

Bug in core.py - no parenthesis for print statements #23

@whitehawkJulie

Description

@whitehawkJulie

I installed ever2simple using pip, but got this when I tried to run it:

print 'File does not exist: %s' % filepath
      ^

SyntaxError: Missing parentheses in call to 'print'. Did you mean print('File does not exist: %s' % filepath)?

This is in the code.py file. I don't know git well enough to edit the file and then install it.

Thanks,
Julie

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