Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Torrie 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: References: <7583145f-fa2a-6846-3cd9-9814c7006fdd@gmail.com> <8470bc54-1cd5-49e0-852c-9729f2747319@googlegroups.com> <31b94dd8-d066-a014-c38d-d5aed7452e58@gmail.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: 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: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <69e21509-c4ef-7e07-d63f-9d06594e9c4d@gmail.com> X-Mailman-Original-References: <7583145f-fa2a-6846-3cd9-9814c7006fdd@gmail.com> <8470bc54-1cd5-49e0-852c-9729f2747319@googlegroups.com> <31b94dd8-d066-a014-c38d-d5aed7452e58@gmail.com> Xref: csiph.com comp.lang.python:110595 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!