onenote_export icon indicating copy to clipboard operation
onenote_export copied to clipboard

macOS Catalina Unable to run .py script: Invalid Server Response

Open barddzen opened this issue 4 years ago • 1 comments

I get the following error: python onenote_export.py --outdir ~/Downloads/onenote_export --select 'Personal' File "onenote_export.py", line 62 raise RuntimeError(f'Invalid server response: {resp}') ^ SyntaxError: invalid syntax

barddzen avatar Nov 22 '20 02:11 barddzen

Make sure you're using at least Python 3.6. you might have to replace python with python3 in the command.

danmou avatar Nov 22 '20 14:11 danmou