Discussion:
[Py2exe-users] openssl and cffi support for python 2.7.+
Andrew Yinger
2016-10-01 00:07:53 UTC
Permalink
after upgrading openssl for python 2.7, i am no longer able to successfully
create an exe (even if i manually add import statements like: "import
_cffi_backend, cryptography.hazmat.bindings.openssl").

i see that support for the latest version of pyOpenSSL (and cffi) was added
for version 0.9.2.2, but that this version is only meant to work with
python 3. unfortunately, because of several libraries i use, i am unable to
make the switch to python 3.

can a patch be made that supports openssl for the latest version (0.6.9)
for python 2.7?
Andrew Yinger
2016-10-06 15:19:48 UTC
Permalink
so, anyone have any thoughts on this?
Post by Andrew Yinger
after upgrading openssl for python 2.7, i am no longer able to
"import _cffi_backend, cryptography.hazmat.bindings.openssl").
i see that support for the latest version of pyOpenSSL (and cffi) was
added for version 0.9.2.2, but that this version is only meant to work
with python 3. unfortunately, because of several libraries i use, i am
unable to make the switch to python 3.
can a patch be made that supports openssl for the latest version (0.6.9)
for python 2.7?
Loading...