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


Groups > comp.lang.python > #69418

Re: Examples of modern GUI python programms

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
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.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'licenses': 0.04; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'thus,': 0.09; 'question.': 0.14; 'excludes': 0.16; 'py2app': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'tkinter.': 0.16; 'wxpython': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'library': 0.18; 'app': 0.19; 'creating': 0.23; 'header:User-Agent:1': 0.23; 'case.': 0.24; 'choices': 0.24; 'mobile,': 0.24; 'requirement.': 0.24; 'least': 0.26; 'distribute': 0.26; 'header:X-Complaints-To:1': 0.27; 'are.': 0.31; 'option.': 0.31; 'probably': 0.32; 'requirement': 0.35; 'google': 0.35; 'version': 0.36; 'acceptable': 0.36; 'library.': 0.36; 'useful': 0.36; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'commercial': 0.71; 'satisfied': 0.81; 'usage.': 0.84; 'viable': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Sturla Molden <sturla.molden@gmail.com>
Subject Re: Examples of modern GUI python programms
Date Mon, 31 Mar 2014 08:48:33 +0000 (UTC)
References <dc3dc297-2e18-4272-ad65-b4ccf7ee65e8@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host 93-88-11.connect.netcom.no
User-Agent NewsTap/4.0.1 (iPad)
X-
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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>
Newsgroups comp.lang.python
Message-ID <mailman.8736.1396255726.18130.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1396255726 news.xs4all.nl 2962 [2001:888:2000:d::a6]:57888
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:69418

Show key headers only | View raw


Metallicow <metaliobovinus@gmail.com> wrote:

> My opinion would be wxPython if not actually using for a mobile, or
> PySide if you are. Both of these have acceptable licenses if you want to
> go commercial also without having to pay for commercial library usage.


If you are to distribute a program using LGPL software on AppStore or
Gopgle Play, then remember that the user must be allowed to relink the
program with anpther version of the library. That is an LGPL requirement. I
don't see how this requirement can be satisfied in this case. Thus, LGPL on
AppStore or Google Play is probably put of the question. At least on iOS,
the user cannot change what you put in an App bundle. This excludes
wxPython and PySide. Thus, the only viable cross-platform choices are
commercial PyQt + commercial Qt or tkinter. In case of iOS, PyObjC is also
an option. py2app will also be useful for creating App bundles on iOS.

Sturla

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


Thread

Examples of modern GUI python programms "D. Xenakis" <gouzounakis@hotmail.com> - 2014-03-30 16:16 -0700
  Re: Examples of modern GUI python programms Michael Torrie <torriem@gmail.com> - 2014-03-30 20:16 -0600
    Re: Examples of modern GUI python programms Metallicow <metaliobovinus@gmail.com> - 2014-03-30 22:47 -0700
      Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-03-31 08:48 +0000
        Re: Examples of modern GUI python programms Metallicow <metaliobovinus@gmail.com> - 2014-03-31 02:33 -0700
          Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-03-31 20:16 +0000
            Re: Examples of modern GUI python programms Metallicow <metaliobovinus@gmail.com> - 2014-03-31 20:47 -0700
              Re: Examples of modern GUI python programms David Hutto <dwightdhutto@gmail.com> - 2014-04-01 00:24 -0400
  Re: Examples of modern GUI python programms Jonathan Harden <jfharden@gmail.com> - 2014-03-31 10:14 +0100
  Re: Examples of modern GUI python programms CM <cmpython@gmail.com> - 2014-03-31 22:14 -0700
  Re: Examples of modern GUI python programms Wolfgang Keller <feliphil@gmx.net> - 2014-04-01 17:19 +0200
    Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-04-02 12:14 +0000
    Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-04-02 11:52 +0000
    Re: Examples of modern GUI python programms Robert Kern <robert.kern@gmail.com> - 2014-04-03 15:02 +0100
    Re: Examples of modern GUI python programms Fabio Zadrozny <fabiofz@gmail.com> - 2014-04-03 11:00 -0300
    Re: Examples of modern GUI python programms Chris Angelico <rosuav@gmail.com> - 2014-04-04 01:25 +1100
    Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-04-03 17:22 +0200
    Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-04-03 22:31 +0000
    Re: Examples of modern GUI python programms Chris Angelico <rosuav@gmail.com> - 2014-04-04 09:44 +1100

csiph-web