Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5307
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Hartmut Goebel <h.goebel@goebel-consult.de> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Probleme bei der initalisierung |
| Date | Mon, 29 Oct 2018 12:54:15 +0100 |
| Organization | Goebel Consult |
| Lines | 55 |
| Message-ID | <mailman.330.1540814058.2799.python-de@python.org> (permalink) |
| References | <trinity-688eaa39-3401-45e7-8c61-e7ff1613ab32-1540761443715@3c-app-gmx-bs72> <a92c7de5-aca4-fd32-fc70-77bab378dc23@goebel-consult.de> <75021eaa-4186-8efa-8634-89f8a947f96a@gmx.at> <f8671fe1-b83e-6e44-ac25-4d97a7c57e4e@goebel-consult.de> |
| Mime-Version | 1.0 |
| Content-Type | multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="------------ms040101020107020703060608" |
| X-Trace | news.uni-berlin.de PkkxnOh0jQ7p2Rvjx5nKjgdf9fYTnkXvHcNoGujJqe4A== |
| Return-Path | <h.goebel@goebel-consult.de> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| X-Virus-Scanned | amavisd-new at mnet-online.de |
| Openpgp | preference=signencrypt |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
| In-Reply-To | <75021eaa-4186-8efa-8634-89f8a947f96a@gmx.at> |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.29 |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.29 |
| 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 | <f8671fe1-b83e-6e44-ac25-4d97a7c57e4e@goebel-consult.de> |
| X-Mailman-Original-References | <trinity-688eaa39-3401-45e7-8c61-e7ff1613ab32-1540761443715@3c-app-gmx-bs72> <a92c7de5-aca4-fd32-fc70-77bab378dc23@goebel-consult.de> <75021eaa-4186-8efa-8634-89f8a947f96a@gmx.at> |
| Xref | csiph.com de.comp.lang.python:5307 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hallo, Bitte kleine Top-Quote. Danke. Am 29.10.2018 um 11:40 schrieb steven truppe: > Ich habe python 3.7 installiert und jetzt funktioniert es... > > gibt es eine möglichkeit wie ich die module in meinen projekt ordner > auslagere ?? Wozu sollte das gut sein? Python ist nicht Teil Deines Projekts, sondern Du nutze es. Diese Unsitte, in jedem Projekt eine Kopie irgendwelcher Libraries zu haben, mache es bei vielen Projekten extrem schwer, sie zu bauen, wenn man keine 20 Kopien einer Bibliothek auf dem System haben (und warten) will. Für die Distribution deines *fertigen* Programms kannst Du PyInstaller oder py2exe verwenden. Aber auch dann wird Python nicht Teil deines Projekts, sondern nur in dein Distributions-Paket eingebaut, -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Security Governance, Secure Software Development Goebel Consult, Landshut http://www.goebel-consult.de Blog: https://www.goe-con.de/blog/kamera-safari-durch-die-munchner-innenstadt Kolumne: https://www.goe-con.de/hartmut-goebel/cissp-gefluester/2012-02-bring-your-own-life-glosse
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] Probleme bei der initalisierung Hartmut Goebel <h.goebel@goebel-consult.de> - 2018-10-29 12:54 +0100
csiph-web