8000 errors running even the first time · Issue #4 · jbeluch/meetup-rsvper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

errors running even the first time #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gartha1 opened this issue Jul 4, 2016 · 1 comment
Open

errors running even the first time #4

gartha1 opened this issue Jul 4, 2016 · 1 comment

Comments

@gartha1
Copy link
gartha1 commented Jul 4, 2016

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>

@kevinlaiGH
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2F16
2 participants
0