Skip to content
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

Add six to requirements.txt #240

Merged
merged 1 commit into from
Nov 11, 2016
Merged

Add six to requirements.txt #240

merged 1 commit into from
Nov 11, 2016

Conversation

awwa
Copy link
Contributor

@awwa awwa commented Oct 29, 2016

My environment (both 3.5.2 and 2.7) returns an error when the app.py runs. Does it need the six?

$ python sendgrid/helpers/inbound/app.py
Traceback (most recent call last):
  File "sendgrid/helpers/inbound/app.py", line 9, in <module>
    from parse import Parse
  File "/Users/awwa/github/sendgrid-python/sendgrid/helpers/inbound/parse.py", line 5, in <module>
    from six import iteritems
ImportError: No module named 'six'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "sendgrid/helpers/inbound/app.py", line 12, in <module>
    from sendgrid.helpers.inbound.parse import Parse
  File "/Users/awwa/.pyenv/versions/3.5.2/lib/python3.5/site-packages/sendgrid/helpers/inbound/__init__.py", line 2, in <module>
    from .parse import *
  File "/Users/awwa/.pyenv/versions/3.5.2/lib/python3.5/site-packages/sendgrid/helpers/inbound/parse.py", line 5, in <module>
    from six import iteritems
ImportError: No module named 'six'

@thinkingserious thinkingserious added status: cla signed status: work in progress Twilio or the community is in the process of implementing type: bug bug in the library labels Nov 10, 2016
@thinkingserious
Copy link
Contributor

Thanks @awwa!

@thinkingserious thinkingserious merged commit a94b59b into sendgrid:master Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: work in progress Twilio or the community is in the process of implementing type: bug bug in the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants