Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5723

Re: [Python-de] develop/editable-mode und "flaches" Package in "src"

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Hartmut Goebel <h.goebel@crazy-compilers.com>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] develop/editable-mode und "flaches" Package in "src"
Date Fri, 5 Mar 2021 10:58:33 +0100
Organization crazy-compilers.com
Lines 34
Message-ID <mailman.51.1614938699.3067.python-de@python.org> (permalink)
References <88603586-03f4-2c50-4bd8-f53523dbb3bb@crazy-compilers.com> <1cf8b220-5b5d-7162-edb9-c256a3d61a68@gethmann.org> <ccb4f142-411f-be41-6ecd-fd325c5ef00b@crazy-compilers.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de BopjWVM6FlgUpuVPMNMzBw+I5LCsyIhjLrGdS+ieJAug==
Return-Path <h.goebel@crazy-compilers.com>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
Authentication-Results mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Virus-Scanned amavisd-new at mnet-online.de
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0
In-Reply-To <1cf8b220-5b5d-7162-edb9-c256a3d61a68@gethmann.org>
Content-Language de-DE
X-Content-Filtered-By Mailman/MimeDel 2.1.34
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.34
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <https://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <ccb4f142-411f-be41-6ecd-fd325c5ef00b@crazy-compilers.com>
X-Mailman-Original-References <88603586-03f4-2c50-4bd8-f53523dbb3bb@crazy-compilers.com> <1cf8b220-5b5d-7162-edb9-c256a3d61a68@gethmann.org>
Xref csiph.com de.comp.lang.python:5723

Show key headers only | View raw


Hi,
> bei mir funktioniert es, wenn man statt

Habe nochmal alle Varianten durchgetestet:

| packages | package_dir || wheel | install -e |
+----------+-------------++-------+------------+
| gesetzt  | gesetzt     || okay  |  wrong     |
+----------+-------------++-------+------------+
| gesetzt  | leer        || error |  error     |
+----------+-------------++-------+------------+
| gesetzt  | "*"         || error |  error     |
+----------+-------------++-------+------------+
| leer     | gesetzt     || wrong |  wrong     |
+----------+-------------++-------+------------+
| leer     | leer        || wrong |  okay      |


error: package directory 'src/trytond/modules/country_order' does not exist


> Allerdings verwende ich auch Namespace-Pakete. 
Meinst Du damit, dass Dein Package in src//trytond/modules/country_order 
ist (bzw. wäre)? Ja, damit geht es. Aber ich will halt die unnötigen 
Verzeichnis-Ebenen nicht haben :-)


-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

Back to de.comp.lang.python | Previous | Next | Find similar


Thread

Re: [Python-de] develop/editable-mode und "flaches" Package in "src" Hartmut Goebel <h.goebel@crazy-compilers.com> - 2021-03-05 10:58 +0100

csiph-web