csaftoiu / yahoo-groups-backup

A python script to backup the contents of private Yahoo! groups.
The Unlicense
37 stars 18 forks source link

Runtime Error #52

Open brendabell opened 4 years ago

brendabell commented 4 years ago
File "./yahoo-groups-backup.py", line 56
    result = {**default_args, **cfg_args}
               ^
SyntaxError: invalid syntax

OS: Mac OS X 10.14.6 Python: 2.7.16

hrenfroe commented 4 years ago

You will need to use Python 3.5+. I think the python3 binary will get you there if you have it installed via Homebrew.

I recommend using my fork for this script and any other issues you have, as the version in this repo has known blocking issues.

lukeb1961 commented 4 years ago

I get the same error... :-(