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"

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 2021-03-05 10:58 +0100
Organization crazy-compilers.com
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>

Show all headers | 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