Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Reimar Bauer Newsgroups: de.comp.lang.python Subject: Re: [Python-de] Python3 - pathlib - python-gnupg Problem Date: Tue, 6 Feb 2018 13:08:13 +0100 Lines: 52 Message-ID: References: <98cfc895-06a7-495e-93b5-182f4cc367fd@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de PRmRrlcFBKInfPsTDaQ/wQj/6E6iDyuUy+eY22nJHSKw== Return-Path: X-Original-To: python-de@python.org Delivered-To: python-de@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Fyi70aQ9KGN41cJbfyXzsLnMQqOommyJp97U1yKXWS8=; b=uQAEdIIS5MmQ4grAhcyNs+/zvIYieWv11QwHHZn2mft7x/hYqDufIgwWxPEZfUuwzN QCpp3LQ6Icaw2yDRlnfPQsoov337lXQG0n53ks23tP8bqAJT0NewMBjW2tGEBeb2Xhzz p175AKWM+WoIHTiP6cM3cHZGWJRwW8E0ROWGnoISRry5vE+F7zkKlqYtoaJPf+o46orP JGYiac7sFBE0yi8Rx6lfYr2bhuspU6fuOEbUEEL8KWswIgXPgVUcvPotoTzQs0y4E8R+ joCtl/REOBmljxgtuNbkcTjG4m9uaE6aqO529YPXT9pSn30EjLyyPpLQ15+/RXELeZuZ k4nA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Fyi70aQ9KGN41cJbfyXzsLnMQqOommyJp97U1yKXWS8=; b=XDZ6AT2+TpE0RGQ1+CJNxeRG2Jm8JoFB1odKe7Kj24PnmDwQRC4dU+gU+ce6EJAX3Q twgBlrL+P0ss9zqRNdlzXgLT7gOFhDgiDg4AhaoYzTXXOFhLWHtR1QpU+cmfV9xd1x68 VF9nOs4Sdg3W5Vj7qAHnfDA83E3g0PU6RU0dxDudBAvcoWkMMiftFTk0zrZokHPp9qGq UJI5/NyVEIjgqe6DCbLAvRcr1ew7PJHzynIRc9Gr2imouXitzYy6wBqVuebKbF6oIJJP 5YfFHrCF7oAtwsXR45LxLZMKDbTsFPcFe8eRncVpClYWiYuDeY8RxiB9Yr2/6Steoi1J clHA== X-Gm-Message-State: APf1xPButeXRvMiDWMyu7tT+Mxl8rZ1yFXCngFTckPx7wP0oh9oLZ0jc bSW8OcyLmkoMvYLn6gX87oaKUD/gQnlCW+IqTL0= X-Google-Smtp-Source: AH8x226ZoPZtHDkBcZt3GM8smwDygA+6F1ylk0bh/rQl0qhq/svrvlHxmj4a3gKYaXclRmJ8h9FCfpmGMEyB1XHL2Xc= X-Received: by 10.237.39.217 with SMTP id m25mr1372693qtg.303.1517918893700; Tue, 06 Feb 2018 04:08:13 -0800 (PST) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: python-de@python.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Die Deutsche Python Mailingliste List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <98cfc895-06a7-495e-93b5-182f4cc367fd@googlegroups.com> Xref: csiph.com de.comp.lang.python:5116 Hi Zusammen, evtl. magst dich auch mal damit befassen, das l=C3=B6st einige OS Probleme = f=C3=BCr mich, abgesehen davon das man auch entfernte Dateisysteme einheitlich erreicht. http://pyfilesystem2.readthedocs.io/en/latest/ Gr=C3=BC=C3=9Fe Reimar 2018-02-06 13:00 GMT+01:00 Maurice Kemmann via python-de < python-de@python.org>: > Hi Zusammen, > > Am Dienstag, 6. Februar 2018 09:23:07 UTC+1 schrieb Maurice Kemmann: > > Hallo, > > > > ich nutze pathlib um OS unabh=C3=A4ngige Scripte zu schreiben. Im Momen= t > spiele ich ein wenig mit python-gnupg herrum und laufe in folgendes Probl= em: > > > > > > import gnupg > > from pathlib import Path > > from pprint import pprint > > > > gpg =3D gnupg.GPG(gnupghome=3DPath("/home/mucki/.gnupg/")) > > <\code> > > > > Das f=C3=BChrt zu folgenden Fehler unter Linux: > > > > Problem gel=C3=B6st. > > gpg =3D gnupg.GPG(gnupghome=3Dstr(Path("/home/mucki/.gnupg/"))) > > Path liefert in diesem Fall wohl keinen String zu=C3=BCck, da habe ich wo= hl die > Doku nicht richtig gelesen. Danke an Uwe! > > Maurice > _______________________________________________ > python-de maillist - python-de@python.org > https://mail.python.org/mailman/listinfo/python-de >