-
Notifications
You must be signed in to change notification settings - Fork 129
pychef cannot find libeay32.dll on Windows #56
Comments
The workaround is to copy |
Or add that folder to your |
Oh, it might be |
I couldn't find a good OpenSSL installer to download ... And yes, |
Python includes OpenSSL already as part of its TLS support. I don't have a Windows machine handy to look at which DLLs it specifically has for 3.5 though, so you need to do that (or someone else). |
And no, I can't redistribute an OpenSSL Windows binary inside a pure-Python package, I think @dstufft's raw horror might kill me on the spot. |
That wouldn't work well :) The Windows files are at: https://www.python.org/ftp/python/3.5.1/python-3.5.1-embed-win32.zip It is not clear to me which one contains OpenSSL ... |
Now I'm seeing |
I looked in to this a bit last weekend. Apparently I just hallucinated that Python distributes |
Does this mean that pychef is not supported on Windows? I've tried to copy the libeay32.dll from git/mingw64/ but that doesn't solve the issue. Is this project abandoned? |
To get pychef to work on Windows for me, I downloaded the SSL libraries from http://indy.fulgan.com/SSL/ and put them into the system32 directory. |
Seeing this on Windows 10 and Python 3.8:
|
This is installing into a "standalone" Python install (as contrasted with Cygwin).
The text was updated successfully, but these errors were encountered: