Google App Engine: ImportError: No module named _ssl
I wanted to use Mandrill python client in my App Engine application. After importing it I’ve got an error:
ImportError: No module named _sslI’ve found a lot of solutions in Google search like python compiled without ssl but the problem was just in missing ssl library in app.yaml.
libraries: - name: ssl version: latestSpot something wrong?
Found a typo, a broken link, or something that could be better? I would love to hear from you. Drop me a message and I will fix it.