Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyopenssl-0.14-1 error #65113

Closed
vladimir mannequin opened this issue Mar 13, 2014 · 2 comments
Closed

pyopenssl-0.14-1 error #65113

vladimir mannequin opened this issue Mar 13, 2014 · 2 comments
Labels
stdlib Python modules in the Lib dir type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@vladimir
Copy link
Mannequin

vladimir mannequin commented Mar 13, 2014

BPO 20914
Nosy @pitrou

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2014-03-13.18:47:18.140>
created_at = <Date 2014-03-13.18:43:16.512>
labels = ['library', 'type-crash']
title = 'pyopenssl-0.14-1 error'
updated_at = <Date 2014-03-13.18:47:18.138>
user = 'https://bugs.python.org/Vladimir'

bugs.python.org fields:

activity = <Date 2014-03-13.18:47:18.138>
actor = 'pitrou'
assignee = 'none'
closed = True
closed_date = <Date 2014-03-13.18:47:18.140>
closer = 'pitrou'
components = ['Library (Lib)']
creation = <Date 2014-03-13.18:43:16.512>
creator = 'Vladimir'
dependencies = []
files = []
hgrepos = []
issue_num = 20914
keywords = []
message_count = 2.0
messages = ['213438', '213440']
nosy_count = 2.0
nosy_names = ['pitrou', 'Vladimir']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = None
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue20914'
versions = ['Python 2.7']

@vladimir
Copy link
Mannequin Author

vladimir mannequin commented Mar 13, 2014

After update python2.7-pyopenssl-0.13.1-1 to python2.7-pyopenssl-0.14-1 i have this error on opening deluge. Packpage downgrade solv problem.
OS: Archlinux

/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
  warnings.warn(str(e), _gtk.Warning)
[ERROR   ] 22:19:53 ui:168 No module named cryptography.hazmat.bindings.openssl.binding
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 149, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 75, in <module>
    from deluge.ui.client import client
  File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 37, in <module>
    from twisted.internet import reactor, ssl, defer
  File "/usr/lib/python2.7/site-packages/twisted/internet/ssl.py", line 25, in <module>
    from OpenSSL import SSL
  File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
    from OpenSSL import rand, crypto, SSL
  File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 11, in <module>
    from OpenSSL._util import (
  File "/usr/lib/python2.7/site-packages/OpenSSL/_util.py", line 3, in <module>
    from cryptography.hazmat.bindings.openssl.binding import Binding
ImportError: No module named cryptography.hazmat.bindings.openssl.binding

@vladimir vladimir mannequin added stdlib Python modules in the Lib dir type-crash A hard crash of the interpreter, possibly with a core dump labels Mar 13, 2014
@pitrou
Copy link
Member

pitrou commented Mar 13, 2014

pyopenssl is a third-party library. bugs.python.org should only be used for bugs in the Python interpreter and its standard library, please open an issue in the pyopenssl bug tracker (if that exists) instead.

@pitrou pitrou closed this as completed Mar 13, 2014
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

1 participant