Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: c.buhtz@posteo.jp Newsgroups: de.comp.lang.python Subject: =?utf-8?b?W1B5dGhvbi1kZV0gQmluYXJ5IGbDvHIgInZlbnYi?= Date: Wed, 14 Dec 2022 14:03:53 +0000 Lines: 35 Message-ID: <4c4e182e6b8e2854708ab5a91ef3c91e@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de vcUaJaVej8grh6RJx4HYyA+QeXlu9Vu6R8zRCd7l/xTQ== Authentication-Results: mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=posteo.jp header.i=@posteo.jp header.b=IYa1Q166; dkim-adsp=pass; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.jp; s=2017; t=1671026634; bh=kMsbT55ktCSvCNPYiZs9AJHfDAbtzGueGr0lFOtRdsE=; h=Date:From:To:Subject:From; b=IYa1Q166T1roVko18BdP6gZ9jsnzJX3GZ+jmw4Cv5M7FE2PvKZ2gKtb8L7WMgRup9 BCd71yw+u8Z8jY3Hh/0or0nx3FEAaxEM9usgZwlcIlllF1chrnddsLrEoIqFIRbI7t jhYl5he15VURc4kTYSArVGaGhi9bkd7NaWpp6ouzv6lCtC+/eQkiihHMrLIxvbLzqh iOSNMKZSVeLkDT4g441XR3leJ1OooMWE0Qc0I872qPjWRNw1T3c/1J7rFnk5JHkAo9 umL3vuJ1X6RHMyrlenvWZn/h8shTCXPYsgOOvXeDKjknvPly7dipSy7c2nvu9nxPLP MIsL5P1HfCCAw== Mail-Followup-To: Python de Message-ID-Hash: B6PC2XZLTIUURLJYQV6IOUXIDFNJN47M X-Message-ID-Hash: B6PC2XZLTIUURLJYQV6IOUXIDFNJN47M X-MailFrom: c.buhtz@posteo.jp X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-python-de.python.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.7 Precedence: list List-Id: Die Deutsche Python Mailingliste Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Xref: csiph.com de.comp.lang.python:5925 Hallo, ich nutze Python 3.9 unter Windows 10. Mein Admin ben=C3=B6tigt von mir ein= e=20 Information aus dem Python environment die ich nicht finden kann. Ich suche das Binary von "venv". Eine Exe finde ich dazu nicht. Hintergrund ist ich "py -3 -m venv myenv" nicht ausf=C3=BChren kann, da ich= =20 folgende Fehlermeldung erhalte. "Error: [WinError 1260] Dieses Programm wurde durch eine=20 Gruppenrichtlinie geblockt. Wenden Sie sich an den Systemadministrator,=20 um weitere Informationen zu erhalten" Der "Ort" des venv Pakets ist mir bekannt. py -3 -c "import venv;print(venv.__file__)" C:\Program Files\Python39\lib\venv\__init__.py Dort finde ich aber nichts passendes. Mein Admin ben=C3=B6tig das binary, um entweder dessen Signatur, sofern es= =20 signiert, oder einen Hash der Datei auf eine Whitelist setzen zu k=C3=B6nne= n.=20 Die python.exe und pythonw.exe unterhalb von "C:\Program=20 Files\Python39\lib\venv" kann ich ohne=20 Gruppenrichtlinien-Fehlermeldungen ausf=C3=BChren. Die Frage ist, welches Binary die Fehlermeldung provozieren k=C3=B6nnte. Vielen Dank Christian