The Google App Engine Launcher tells me:
WARNING appengine_rpc.py:399 ssl module not found. Without the ssl module, the identity of the remote host cannot be verified, and connections may NOT be secure. To fix this, please install the ssl module from http://pypi.python.org/pypi/ssl .
I downloaded the package and it contained a setup.py
file. I ran:
python setup.py install
and then:
Python was built with Visual Studio 2003; blablabla use MinGW32
Then I installed MinGW32 and now the compilation doesn't work. The end of the compilation errors contains:
ssl/_ssl2.c:1561: error: `CRYPTO_LOCK' undeclared (first use in this function)
error: command 'gcc' failed with exit status 1
What should I do?