meetup-rsvper icon indicating copy to clipboard operation
meetup-rsvper copied to clipboard

errors running even the first time

Open gartha1 opened this issue 9 years ago • 1 comments

I've tried with Python 2.7.7 and 3.3.3

C:\meetuprsvper>c:\Python27\python.exe --version Python 2.7.7

C:\meetuprsvper>c:\Python27\python.exe meetup-rsvper.py Cannot read from groups.config. Please run this script with the --set-groups option to generate a new config file.

C:\meetuprsvper>c:\Python27\python.exe meetup-rsvper.py --set-groups Traceback (most recent call last): File "meetup-rsvper.py", line 290, in main() File "meetup-rsvper.py", line 284, in main set_auto_rsvp_groups() File "meetup-rsvper.py", line 243, in set_auto_rsvp_groups groups = get_groups() File "meetup-rsvper.py", line 164, in get_groups groups = resp['results'] KeyError: 'results'

C:\meetuprsvper>c:\Python33\python.exe --version Python 3.3.3

C:\meetuprsvper>c:\Python33\python.exe meetup-rsvper.py File "meetup-rsvper.py", line 84 print '[%s]: %s' % (dt.utcnow().isoformat(), msg) ^ SyntaxError: invalid syntax

C:\meetuprsvper>c:\Python33\python.exe meetup-rsvper.py --set-groups File "meetup-rsvper.py", line 84 print '[%s]: %s' % (dt.utcnow().isoformat(), msg) ^ SyntaxError: invalid syntax

C:\meetuprsvper>c:\Python34\python.exe meetup-rsvper.py --set-groups File "meetup-rsvper.py", line 84 print '[%s]: %s' % (dt.utcnow().isoformat(), msg) ^ SyntaxError: invalid syntax

C:\meetuprsvper>

gartha1 avatar Jul 04 '16 07:07 gartha1

I've tried with Python 3.3.3 on macbook pro

python3 meetup-rsvper.py --set groups File "meetup-rsvper.py", line 61 print '[%s]: %s' % (dt.utcnow().isoformat(), msg) ^ SyntaxError: invalid syntax

kevinlaiGH avatar Jan 02 '18 10:01 kevinlaiGH