CryptoManiac / stratum-mining-proxy

mining proxy
62 stars 59 forks source link

pyOpenSSL related issue #10

Open prokhorovva opened 10 years ago

prokhorovva commented 10 years ago

When executing "python setup.py develop" there are an error message raised by pyOpenSSL: #include <openssl\ssl.h> : file no found

To fix this issue is enough to install python-openssl package.

Please, verify this issue and fix auto_install.sh.