claytron / ever2simple

Migrate from evernote to simplenote with markdown formatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in core.py - no parenthesis for print statements

whitehawkJulie opened this issue · comments

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

duplicate #20