Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5925
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | c.buhtz@posteo.jp |
| Newsgroups | de.comp.lang.python |
| Subject | [Python-de] Binary für "venv" |
| Date | Wed, 14 Dec 2022 14:03:53 +0000 |
| Lines | 35 |
| Message-ID | <4c4e182e6b8e2854708ab5a91ef3c91e@posteo.de> (permalink) |
| 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 <python-de@python.org> |
| 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 <python-de.python.org> |
| Archived-At | <https://mail.python.org/archives/list/python-de@python.org/message/B6PC2XZLTIUURLJYQV6IOUXIDFNJN47M/> |
| List-Archive | <https://mail.python.org/archives/list/python-de@python.org/> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Owner | <mailto:python-de-owner@python.org> |
| List-Post | <mailto:python-de@python.org> |
| List-Subscribe | <mailto:python-de-join@python.org> |
| List-Unsubscribe | <mailto:python-de-leave@python.org> |
| Xref | csiph.com de.comp.lang.python:5925 |
Show key headers only | View raw
Hallo, ich nutze Python 3.9 unter Windows 10. Mein Admin benötigt von mir eine 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ühren kann, da ich folgende Fehlermeldung erhalte. "Error: [WinError 1260] Dieses Programm wurde durch eine Gruppenrichtlinie geblockt. Wenden Sie sich an den Systemadministrator, 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ötig das binary, um entweder dessen Signatur, sofern es signiert, oder einen Hash der Datei auf eine Whitelist setzen zu können. Die python.exe und pythonw.exe unterhalb von "C:\Program Files\Python39\lib\venv" kann ich ohne Gruppenrichtlinien-Fehlermeldungen ausführen. Die Frage ist, welches Binary die Fehlermeldung provozieren könnte. Vielen Dank Christian
Back to de.comp.lang.python | Previous | Next — Next in thread | Find similar
[Python-de] Binary für "venv" c.buhtz@posteo.jp - 2022-12-14 14:03 +0000
[Python-de] Re: Binary für "venv" Mike Müller <mmueller@python-academy.de> - 2022-12-15 07:40 +0100
[Python-de] Re: Binary für "venv" c.buhtz@posteo.jp - 2022-12-15 08:04 +0000
csiph-web