I wanted to use Mandrill python client in my App Engine application. After importing it I’ve got an error:
ImportError: No module named _ssl
I’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: latest