Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5233
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Thomas Jollans <tjol@tjol.eu> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Qt: Welches Paket be pypi? |
| Date | Fri, 7 Sep 2018 01:28:01 +0200 |
| Lines | 33 |
| Message-ID | <mailman.94.1536295078.2753.python-de@python.org> (permalink) |
| References | <06090c89-b287-4a89-cb85-599a0606a233@thomas-guettler.de> <9a6047da-3b87-5293-ea7a-be287942f79d@tjol.eu> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de PFT+Kespok3EuGdRxgC+KAs8BvlXh3IHPKjvLtIRHDGg== |
| Return-Path | <tjol@tjol.eu> |
| 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.9.1 |
| In-Reply-To | <06090c89-b287-4a89-cb85-599a0606a233@thomas-guettler.de> |
| Content-Language | de-DE |
| X-Df-Sender | dGpAam9sbGFucy5kZi1rdW5kZS5kZQ== |
| 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 | <9a6047da-3b87-5293-ea7a-be287942f79d@tjol.eu> |
| X-Mailman-Original-References | <06090c89-b287-4a89-cb85-599a0606a233@thomas-guettler.de> |
| Xref | csiph.com de.comp.lang.python:5233 |
Show key headers only | View raw
On 09/05/2018 12:45 PM, Thomas Güttler wrote:
> Hallo,
>
> wenn man mit Python und Qt für Linux und Windows Software schreiben möchte,
> welches Paket sollte man dann verwenden?
>
> Mir wäre es ja lieb, wenn man eins von pypi.org nehmen könnte.
>
> Aber welches ist das Passende?
PyQt5 oder PySide2 - welches ist im Prinzip egal (außer Du störst Dich
wie damals Nokia/Trolltech an der GPL). Beide gibt es auf PyPI, beide
gibt es bei conda. Beide können so weit ich weiß das gleiche, und die
API ist bis auf den Paketnamen identisch - abgesehen von der Signal/Slot
API.
PyQt ist das Original, PySide das Offizielle...
Manche Pakete unterstützen einfach beide und importieren jeweils das,
was installiert ist. Das ist natürlich ein bisschen tricky, und nur für
Bibliotheken sinnvoll. Pyqtgraph zum Beispiele unterstützt so weit ich
weiß PyQt5, PyQt4, PySide2 und PySide.
Gruß,
Thomas
>
> Gruß,
> Thomas
>
>
>
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] Qt: Welches Paket be pypi? Thomas Jollans <tjol@tjol.eu> - 2018-09-07 01:28 +0200
csiph-web