Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5927
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Mike Müller <mmueller@python-academy.de> |
| Newsgroups | de.comp.lang.python |
| Subject | [Python-de] Re: Binary für "venv" |
| Date | Thu, 15 Dec 2022 07:40:58 +0100 |
| Organization | Python Academy GmbH & Co. KG |
| Lines | 23 |
| Message-ID | <925ef528-c419-ee98-0e68-dfd293e35b5e@python-academy.de> (permalink) |
| References | <4c4e182e6b8e2854708ab5a91ef3c91e@posteo.de> <Modul-20221214172700@ram.dialup.fu-berlin.de> |
| Reply-To | mmueller@python-academy.de |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de qKyzsHpdbWiPSpoUEZZZSwsMJcOlCrLakanhYJuRwOqA== |
| Authentication-Results | mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=python-academy.de header.i=@python-academy.de header.b=l5e7x22q; dkim-adsp=pass; dkim-atps=neutral |
| DKIM-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=python-academy.de; s=default2205; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:From:References:To:Subject:Reply-To:MIME-Version:Date:Message-ID: Sender:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=aP8HRCnc4oYvwk2gvQb/LeDB0TkwPLY1Y2/YII408og=; b=l5e7x22qCKmR4sViYVjACrdnGI mQlPtdzyocUW6dgrLgSP5Y78hy6dqHfr3XoP+G34jhEJ3eJzZn46QySzxqtE8GcPpAhMa6+zXwdAJ fZxwmFW0vuertRXAjuvBojUDReAPXwfIqXke5vCw+ZNy7VJAPEg/3J/GV8A7noESOvRic3I+9HNgJ 3iKe1M8Cy3zL1Pa2mPKpMvoPfXer/3kkVqgOEcvprzTcuX1+xRz/9XRUJY8x/YRIWrnaE2Mq3jP7x eQNW38dGSeu88BeDVKzFDu1Ey9y+DaYhe4AZTOKKQB9YHs5Kt8OSQnD1vRkw0mqdEvazs52S8Tte/ elqW8pcQ==; |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 |
| Content-Language | de-DE |
| In-Reply-To | <Modul-20221214172700@ram.dialup.fu-berlin.de> |
| X-Authenticated-Sender | mmueller@python-academy.de |
| X-Virus-Scanned | Clear (ClamAV 0.103.7/26750/Wed Dec 14 09:15:48 2022) |
| Message-ID-Hash | WTV5PHPKBJ52HYLLWWPWQFHN5OX7VTIT |
| X-Message-ID-Hash | WTV5PHPKBJ52HYLLWWPWQFHN5OX7VTIT |
| X-MailFrom | mmueller@python-academy.de |
| 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.8b1 |
| 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/WTV5PHPKBJ52HYLLWWPWQFHN5OX7VTIT/> |
| 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:5927 |
Show key headers only | View raw
Am 14.12.22 um 17:28 schrieb Stefan Ram:
> c.buhtz@posteo.jp writes:
>> 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"
>
> Mit "-m venv" wird das /Modul/ "venv" (venv\__init__.py) ausgeführt.
> Die Fehlermeldung könnte sich auch auf "py" beziehen.
>
>> Die Frage ist, welches Binary die Fehlermeldung provozieren könnte.
>
> "py" liegt vielleicht im Windows-Verzeichnis.
Der Befehl:
where py
sollte den vollen Pfad der ausführbaren Datei zeigen. `where` ist das
*ungefähre* Äquivalent zu `which -a` auf unix-artigen Systemen.
Mike
Back to de.comp.lang.python | Previous | Next — Previous in thread | 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