Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5179
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | robert rottermann <robert@redcor.ch> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] automatischer import fallback |
| Date | Fri, 1 Jun 2018 15:42:23 +0200 |
| Lines | 28 |
| Message-ID | <mailman.170.1527860545.2804.python-de@python.org> (permalink) |
| References | <0d867129-e025-508e-c1e3-81415b4039ff@redcor.ch> <CABTCcyYfMNiYZ+i66UWWmtZ9OO9u1W2_WGocRhCWuqP4LWHATg@mail.gmail.com> <bef79276-e3de-6c03-8909-5a9148f5d237@redcor.ch> <8d3a08c1-5841-50fb-7bbc-d9108e96020f@chrisarndt.de> <807a8d18-91d3-f1c1-5d53-d46853e9a586@redcor.ch> |
| Reply-To | robert@redo2oo.ch |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de 1I1hD5DujbZxPfjBYCjNrg7Xylsk1B/W15RWtViv9flg== |
| Return-Path | <robert@redcor.ch> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
| In-Reply-To | <8d3a08c1-5841-50fb-7bbc-d9108e96020f@chrisarndt.de> |
| Content-Language | en-US |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.26 |
| 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 | <http://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 | <807a8d18-91d3-f1c1-5d53-d46853e9a586@redcor.ch> |
| X-Mailman-Original-References | <0d867129-e025-508e-c1e3-81415b4039ff@redcor.ch> <CABTCcyYfMNiYZ+i66UWWmtZ9OO9u1W2_WGocRhCWuqP4LWHATg@mail.gmail.com> <bef79276-e3de-6c03-8909-5a9148f5d237@redcor.ch> <8d3a08c1-5841-50fb-7bbc-d9108e96020f@chrisarndt.de> |
| Xref | csiph.com de.comp.lang.python:5179 |
Show key headers only | View raw
On 29.05.2018 16:22, Christopher Arndt wrote: > Am 29.05.2018 um 06:49 schrieb robert: >> ah, ich habe den eigentlichen Grund vergessen zu sagen. >> ich möchte mich gerne in zwei parallelen Welten bewegen. >> dem erp system odoo, wo ich >> from odoo import xy >> und dem odoo clone flectra, wo ich >> from flectra import xxx >> brauche. >> >> nun gibt es für beide Systeme fast beliebig viele Module, die ich in >> beiden nutzen aber nicht ändern möchte. > D.h. die Imports finden nicht in deinem Code sondern in > Third-Party-Modulen statt, und diese kannst/willst du nicht verändern? genau kann ich ändern (ist ja open source), aber das würde wenig Sinn machen, da dann die ganze Transparenz verloren geht. gruss robert > > > Chris > _______________________________________________ > python-de maillist - python-de@python.org > https://mail.python.org/mailman/listinfo/python-de
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] automatischer import fallback robert rottermann <robert@redcor.ch> - 2018-06-01 15:42 +0200
csiph-web