You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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>
The text was updated successfully, but these errors were encountered: