Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #4315

[Python-de] cryptography

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From "Dr. Claus Gumprecht" <drgumprecht@gumprecht.org>
Newsgroups de.comp.lang.python
Subject [Python-de] cryptography
Date Wed, 2 Mar 2016 12:54:59 +0100
Lines 52
Message-ID <mailman.99.1456920022.20602.python-de@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de kjoQQWiDPEDPZdDWr2am5Qlda9bwtlqc7vnEQQm+jRbg==
Return-Path <drgumprecht@gumprecht.org>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
X-Mailer Microsoft Outlook 15.0
Thread-Index AdF0eXgHYnFlw//hRY2mStFFmSqZwQ==
Content-Language de
X-Originated-At 79.208.86.73!63500
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.21
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
Xref csiph.com de.comp.lang.python:4315

Show key headers only | View raw


Guten Tag,

ich bin ein ziemlicher Anfänger. Ich benutze Spyder 2.3.8 mit Python 3.5.1
64bits, Qt 4.8.7, PyQt4 (API v2) 4.11.4 unter Windows 7.

Wenn ich die Beispiele von cryptography.io versuche, bekomme ich immer eine
Fehlermeldung.

 

from cryptography.fernet import Fernet

 

liefert die Fehlermeldung

 

Traceback (most recent call last):

 

  File "<ipython-input-12-4d62de0bd214>", line 1, in <module>

    from cryptography.fernet import Fernet

 

  File "C:\Anaconda3\lib\site-packages\cryptography\fernet.py", line 16, in
<module>

    from cryptography.hazmat.backends import default_backend

 

ImportError: cannot import name 'default_backend'

 

Als Anfänger bin ich damit überfordert. Was mache ich falsch.

Falls mir jemand helfen kann, würde ich mich freuen.

Vielen Dank

Claus

 

Back to de.comp.lang.python | Previous | Next | Find similar


Thread

[Python-de] cryptography "Dr. Claus Gumprecht" <drgumprecht@gumprecht.org> - 2016-03-02 12:54 +0100

csiph-web