Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: ratatouille Newsgroups: de.comp.lang.python Subject: Re: [Python-de] python-pyspf Installation Date: Mon, 28 Jan 2019 22:18:22 +0100 Lines: 57 Message-ID: References: <954eea7e-9aed-f5e1-e4e4-a6b151fc14e0@chrisarndt.de> <20190128221822.2e7effa7@workstation> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de BY4zBWHhrZusQFN6ZFmJTwJaAecnykYkigiJB0TeNd5g== 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/simple; d=nimmini.de; h= content-transfer-encoding:content-type:content-type:mime-version :references:in-reply-to:message-id:subject:subject:from:from :date:date; s=20160826; t=1548710304; x=1550524705; bh=/JzRh+FpG dT6heQIr6umhF9sSNso/ERx/4VMLgWBNp0=; b=aOFsZ1aYTEOQoiq5ewNxPl7TH E87tGUgkdp6p/VwY7kMIOaYDKVxyoZ5Gs0WL2UspOtLMG7NGVQNa09yvzgyTLhf5 WyO6L8YMS6U4r/MpAKfYKktAU/loe6jXZwp4YxwaS+osQwZeEHNV96G9jZ2iW5m0 mb1Hltw3VqVUhpdwCs= X-Virus-scanned: by amavisd-new at bitcorner.de In-Reply-To: <954eea7e-9aed-f5e1-e4e4-a6b151fc14e0@chrisarndt.de> X-BeenThere: python-de@python.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Die Deutsche Python Mailingliste List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20190128221822.2e7effa7@workstation> Xref: csiph.com de.comp.lang.python:5427 Hallo! Christopher Arndt schrieb am 28.01.19 um 19:47:24 Uhr: > Am 28.01.19 um 17:37 schrieb ratatouille: > > Hallo! > >=20 > > Auf einem etwas =C3=A4lteren OS mit Python 2.7.12 bringt der Paketmanag= er kein > > python-pyspf mit und auch kein python-policyd-spf. > >=20 > > Da ich absoluter Laie hinsichtlich Python bin, m=C3=B6chte ich hier nac= hfragen, > > ob es mittels pip oder =C3=A4hnlich m=C3=B6glich ist, diese Pakete nach= zuinstallieren? =20 >=20 > Jein. Du kannst die Python-Bibliothek 'pyspf' vom Python Package Index > (PyPI) mit pip installieren, dass ist dann aber am > Paketverwaltungssystem des OS vorbei, d.h. du hast dann evtl. Dateien im > Dateisystem, bei denen sich nicht mehr =C3=BCberpr=C3=BCfen l=C3=A4sst, w= oher sie > installiert wurden. Au=C3=9Ferdem musst du dich dann auch selbst um die > Aktualisierung k=C3=BCmmern, falls eine neuere Version herauskommt. >=20 > Ein Paket namens "python-policyd-spf" habe ich nirgendwo gefunden, ich > sch=C3=A4tze mal, die entsprechende Distribution auf PyPI hei=C3=9Ft "pyp= olicyd-spf"? >=20 > Wenn du ein Python Paket mit pip systemweit installieren willst, so das > es f=C3=BCr alle Benutzer verf=C3=BCgbar ist, musst du "sudo" benutzen, z= .B.: >=20 > sudo python -m pip install pyspf Danke f=C3=BCr Deine ausf=C3=BChrliche Antwort! Ich habe hier ein python-policyd-spf-1.0-45.1.noarch.rpm, das ich mit rpm -i python-policyd-spf-1.0-45.1.noarch.rpm installieren m=C3=B6chte, erhalte aber: error: Failed dependencies: python-pyspf is needed by python-policyd-spf-1.0-45.1.noarch python -m pip install pyspf ergibt Requirement already satisfied: pyspf in /usr/lib/python2.7/site-packages (2= .0.11) python -m pip install policyd-pyspf ergibt No matching distribution found for policyd-pyspf Also das rpm findet das pyspf nicht, obwohl es installiert ist. =20 > Gru=C3=9F, Chris Gr=C3=BC=C3=9Fe Andreas