Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #110952
| Path | csiph.com!feeder.erje.net!2.eu.feeder.erje.net!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Sibylle Koczian <nulla.epistola@web.de> |
| Newsgroups | comp.lang.python |
| Subject | Re: Getting back into PyQt and not loving it. |
| Date | Sat, 2 Jul 2016 12:08:33 +0200 |
| Lines | 20 |
| Message-ID | <mailman.22.1467454128.2295.python-list@python.org> (permalink) |
| References | <7583145f-fa2a-6846-3cd9-9814c7006fdd@gmail.com> <mailman.15.1466977505.2358.python-list@python.org> <473ee4eb-0d1c-4864-ad44-b9c1928e2267@googlegroups.com> <ee9ee176-c7ff-b085-f237-8f65ae7323e2@web.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de /hChJsXHbhIjfhjohgb5PwGmI+kWpXULEinXwFW0AdQA== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'bindings': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Getting': 0.09; 'subject:into': 0.09; 'url:github': 0.09; 'python': 0.10; 'subject:not': 0.11; '2016': 0.16; 'message- id:@web.de': 0.16; 'portable,': 0.16; 'pythonic': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:mnet- online.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'runtime.': 0.16; 'subject:PyQt': 0.16; 'wrote:': 0.16; '3.x': 0.22; 'item.': 0.22; 'header:In-Reply- To:1': 0.24; 'all.': 0.24; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'supported': 0.27; '2.6': 0.27; 'michael': 0.33; 'supports': 0.35; 'but': 0.36; 'framework': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'high': 0.60; 'charset:windows-1252': 0.62; 'future,': 0.70; '26,': 0.72; 'fantastic': 0.72; 'received:93': 0.72; '2.7.': 0.84; 'utc-4,': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | ppp-93-104-157-238.dynamic.mnet-online.de |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 |
| In-Reply-To | <473ee4eb-0d1c-4864-ad44-b9c1928e2267@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <ee9ee176-c7ff-b085-f237-8f65ae7323e2@web.de> |
| X-Mailman-Original-References | <7583145f-fa2a-6846-3cd9-9814c7006fdd@gmail.com> <mailman.15.1466977505.2358.python-list@python.org> <473ee4eb-0d1c-4864-ad44-b9c1928e2267@googlegroups.com> |
| Xref | csiph.com comp.lang.python:110952 |
Show key headers only | View raw
Am 27.06.2016 um 22:14 schrieb codewizard@gmail.com: > On Sunday, June 26, 2016 at 5:45:18 PM UTC-4, Michael Torrie wrote: >> >> Qt's a fantastic toolkit, and the most mature of any of them, and the >> most portable, but man the bindings are not Pythonic at all. > > Enaml feels pretty Pythonic to me: > > https://github.com/nucleic/enaml > But: Enaml is a Python framework and requires a supported Python runtime. Enaml currently supports Python 2.6 and Python 2.7. Python 3.x support may be added in the future, but is not currently a high priority item. http://nucleic.github.io/enaml/docs/get_started/installation.html
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Getting back into PyQt and not loving it. Michael Torrie <torriem@gmail.com> - 2016-06-26 15:45 -0600
Re: Getting back into PyQt and not loving it. llanitedave <llanitedave@birdandflower.com> - 2016-06-26 18:05 -0700
Re: Getting back into PyQt and not loving it. Rustom Mody <rustompmody@gmail.com> - 2016-06-26 18:34 -0700
Re: Getting back into PyQt and not loving it. MRAB <python@mrabarnett.plus.com> - 2016-06-27 03:12 +0100
Re: Getting back into PyQt and not loving it. Mark Summerfield <list@qtrac.plus.com> - 2016-06-27 00:33 -0700
Re: Getting back into PyQt and not loving it. Michael Torrie <torriem@gmail.com> - 2016-06-26 20:41 -0600
Re: Getting back into PyQt and not loving it. John Ladasky <john_ladasky@sbcglobal.net> - 2016-06-26 23:15 -0700
Re: Getting back into PyQt and not loving it. Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-26 23:44 -0700
Re: Getting back into PyQt and not loving it. Michael Torrie <torriem@gmail.com> - 2016-06-27 09:11 -0600
Re: Getting back into PyQt and not loving it. llanitedave <llanitedave@birdandflower.com> - 2016-06-27 10:23 -0700
Re: Getting back into PyQt and not loving it. Ethan Furman <ethan@stoneleaf.us> - 2016-06-27 16:00 -0700
Re: Getting back into PyQt and not loving it. lorenzo.gatti@gmail.com - 2016-06-27 00:27 -0700
Re: Getting back into PyQt and not loving it. codewizard@gmail.com - 2016-06-27 13:14 -0700
Re: Getting back into PyQt and not loving it. Michael Torrie <torriem@gmail.com> - 2016-06-27 18:26 -0600
Re: Getting back into PyQt and not loving it. Sibylle Koczian <nulla.epistola@web.de> - 2016-07-02 12:08 +0200
Re: Getting back into PyQt and not loving it. Sibylle Koczian <nulla.epistola@web.de> - 2016-07-02 12:08 +0200
csiph-web