dolfim / django-gmailapi-backend

Email backend for Django which sends email via the Gmail API
Apache License 2.0
32 stars 9 forks source link

'gmail_oauth2' invocation gives ModuleNotFoundError: No module named 'six' #15

Open rrwoods opened 2 months ago

rrwoods commented 2 months ago

I attempted to run the included gmail_oauth2 script to generate a refresh token for my GCP project so that I could include it in my Django project's environment and use this gmail backend, but I got the error in the title. It seems there is an unlisted dependency.

I worked around the problem by running pip install six.