Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #110595

Re: Getting back into PyQt and not loving it.

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Michael Torrie <torriem@gmail.com>
Newsgroups comp.lang.python
Subject Re: Getting back into PyQt and not loving it.
Date Mon, 27 Jun 2016 09:11:29 -0600
Lines 19
Message-ID <mailman.36.1467040295.2358.python-list@python.org> (permalink)
References <7583145f-fa2a-6846-3cd9-9814c7006fdd@gmail.com> <mailman.15.1466977505.2358.python-list@python.org> <8470bc54-1cd5-49e0-852c-9729f2747319@googlegroups.com> <31b94dd8-d066-a014-c38d-d5aed7452e58@gmail.com> <mailman.17.1466995266.2358.python-list@python.org> <f158b040-853d-4b50-b0df-80f458e14503@googlegroups.com> <bb62d702-7a5c-47d2-bb8f-4f932854ed5b@googlegroups.com> <69e21509-c4ef-7e07-d63f-9d06594e9c4d@gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de 8Po00BuCWDizqWWbjilkIQxJotxSXL4SbtS2k2lL6nGg==
Return-Path <torriem+gmail@torriefamily.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.016
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'bindings': 0.09; 'subject:Getting': 0.09; 'subject:into': 0.09; 'python': 0.10; 'subject:not': 0.11; '2016': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; "john's": 0.16; 'problem!': 0.16; 'py3': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:PyQt': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'lawrence': 0.22; 'users,': 0.22; 'am,': 0.23; 'nearly': 0.23; 'header:In- Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'developers': 0.26; 'linux': 0.26; 'towards': 0.28; 'windows,': 0.29; 'doubt': 0.33; 'windows.': 0.33; 'message-id:@gmail.com': 0.34; 'running': 0.34; 'gets': 0.35; 'but': 0.36; 'monday,': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'requirement': 0.37; 'integration': 0.38; 'version': 0.38; 'does': 0.39; 'application': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'john': 0.61; 'charset:windows-1252': 0.62; 'between': 0.65; 'audience.': 0.66; 'decided': 0.66; 'targeted': 0.70; 'azure': 0.84; 'mainly,': 0.84; 'wxwidgets.': 0.84
X-Virus-Scanned amavisd-new at torriefamily.org
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
In-Reply-To <bb62d702-7a5c-47d2-bb8f-4f932854ed5b@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 <69e21509-c4ef-7e07-d63f-9d06594e9c4d@gmail.com>
X-Mailman-Original-References <7583145f-fa2a-6846-3cd9-9814c7006fdd@gmail.com> <mailman.15.1466977505.2358.python-list@python.org> <8470bc54-1cd5-49e0-852c-9729f2747319@googlegroups.com> <31b94dd8-d066-a014-c38d-d5aed7452e58@gmail.com> <mailman.17.1466995266.2358.python-list@python.org> <f158b040-853d-4b50-b0df-80f458e14503@googlegroups.com> <bb62d702-7a5c-47d2-bb8f-4f932854ed5b@googlegroups.com>
Xref csiph.com comp.lang.python:110595

Show key headers only | View raw


On 06/27/2016 12:44 AM, Lawrence D’Oliveiro wrote:
> On Monday, June 27, 2016 at 6:16:01 PM UTC+12, John Ladasky wrote:
> 
>> Between the Py3 requirement and the need to work with all major OS's, I
>> decided to learn PyQt and not GTK+.  
> 
> GTK+ is available for Python 3.
>
> No doubt it will work on Windows as well, once Microsoft gets its Linux compatibility layer debugged...

But that's not a solution for John's target audience.  Nor for most
users, honestly.  The Linux layer is targeted towards Azure developers
mainly, and not intended to be an application support layer.

GTK+ is working natively on Windows, and the Python bindings work on
Windows. However GTK+ does not have nearly as good integration with the
Windows desktop in terms of look and feel as other solutions like Qt and
wxWidgets.  Running the Linux version of GTK+ inside of Windows' Linux
layer would not solve that problem!

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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