Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69418
| From | Sturla Molden <sturla.molden@gmail.com> |
|---|---|
| Subject | Re: Examples of modern GUI python programms |
| Date | 2014-03-31 08:48 +0000 |
| References | <dc3dc297-2e18-4272-ad65-b4ccf7ee65e8@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8736.1396255726.18130.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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