Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add six to requirements.txt#240

Merged
thinkingserious merged 1 commit into
sendgrid:mastersendgrid/sendgrid-python:masterfrom
awwa:sixawwa/sendgrid-python:sixCopy head branch name to clipboard
Nov 11, 2016
Merged

Add six to requirements.txt#240
thinkingserious merged 1 commit into
sendgrid:mastersendgrid/sendgrid-python:masterfrom
awwa:sixawwa/sendgrid-python:sixCopy head branch name to clipboard

Conversation

@awwa

@awwa awwa commented Oct 29, 2016

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.