Right now we leave people guessing when a gcc command fails.
Let's check for pycrypto and pyopenssl, and if they're not there, make sure that python-dev is installed so that the compilation won't fail. Otherwise, say you need to install the dev Python stuff or the actual packages for openssl and crypto...
(linux specific)
Let's also check into this for Windows and Mac - maybe they have their act together and do this properly...
Right now we leave people guessing when a gcc command fails.
Let's check for pycrypto and pyopenssl, and if they're not there, make sure that python-dev is installed so that the compilation won't fail. Otherwise, say you need to install the dev Python stuff or the actual packages for openssl and crypto...
(linux specific)
Let's also check into this for Windows and Mac - maybe they have their act together and do this properly...