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


Groups > comp.lang.python > #69588

Re: Examples of modern GUI python programms

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <fabiofz@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'say,': 0.05; 'gpl': 0.07; 'cc:addr:python-list': 0.11; "(it's": 0.16; 'cc:name:python list': 0.16; 'fabio': 0.16; 'gpl,': 0.16; 'pygame': 0.16; 'screenshots': 0.16; 'subject:GUI': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'example': 0.22; 'email addr:gmail.com&gt;': 0.22; 'cc:addr:python.org': 0.22; 'cheers,': 0.24; 'software.': 0.24; 'cc:2**0': 0.24; 'source': 0.25; '&gt;': 0.26; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'points': 0.29; 'message- id:@mail.gmail.com': 0.30; 'noted': 0.31; 'says': 0.33; 'sources': 0.33; 'actual': 0.34; 'received:google.com': 0.35; 'url:org': 0.36; 'depends': 0.38; 'files': 0.38; 'to:addr:gmail.com': 0.65; 'actually,': 0.84; 'homepage': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=YQEvtpaEmEQEnkWab4YplLJCV6b1TDNolg4+0EIQdDQ=; b=hWgOAwZb51qAwJLH4t+KQ/AIherkJisR96+NymUqSIn6TpxO/0m1U11eoyGPTZDFic br8d4TvGvI0Sy9LoTd7bN5pfja4cZ9eUW60Zy1Ts81pFYXtTdLJPeFSEMJRD7kwqATjD wxhkW9G/q8CrMmB4JDlryUNAebeV1+pRhy4OzjX4K+FuXaFmZvuRaWyCCN58YMlrJsX8 +DsfdNU/b7wa7xJ/qykMzzixgxo5czwv94qqjIf0YpvAHu0Ut/7Lud5qggRmaPLTwfS2 rsMt056CODhN2qJKDQy/IhPs0m070zz3Euoqp9ueEwops1GHpv8sFGHLTeH2E40Q1T0P n6gQ==
X-Received by 10.52.65.165 with SMTP id y5mr6453131vds.51.1396533626881; Thu, 03 Apr 2014 07:00:26 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <1032152677418132246.972756sturla.molden-gmail.com@news.gmane.org>
References <c168919b-5d38-46f8-b97f-91eb49867814@googlegroups.com> <20140401171927.edf916b2b03dda70d2b2b012@gmx.net> <1032152677418132246.972756sturla.molden-gmail.com@news.gmane.org>
From Fabio Zadrozny <fabiofz@gmail.com>
Date Thu, 3 Apr 2014 11:00:06 -0300
Subject Re: Examples of modern GUI python programms
To Sturla Molden <sturla.molden@gmail.com>
Content-Type multipart/alternative; boundary=20cf307f3256bf4cf704f623d2a8
Cc python list <python-list@python.org>
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.8841.1396533967.18130.python-list@python.org> (permalink)
Lines 56
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1396533967 news.xs4all.nl 2845 [2001:888:2000:d::a6]:43801
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:69588

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Wed, Apr 2, 2014 at 8:52 AM, Sturla Molden <sturla.molden@gmail.com>wrote:

> Wolfgang Keller <feliphil@gmx.net> wrote:
>
> > Judging from the example screenshots on their website, Kivy might be
> > adequate.
>
> Kivy depends on PyGame which is GPL, and can only be used to build GPL
> software.


Actually, PyGame is LGPL: http://www.pygame.org/LGPL (it's also what their
source files say, although I noted that in their homepage the link which
points to http://www.pygame.org/LGPL *wrongly* says GPL when the actual
link goes to LGPL and the sources say LGPL).

Cheers,

Fabio

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