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


Groups > comp.lang.python > #52035

Re: [GUI] Good frameworks for Windows/Mac?

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 <kender.jr@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:Windows': 0.02; 'subject:: [': 0.04; 'open-source': 0.04; 'tkinter': 0.07; 'cc:addr:python-list': 0.11; 'gui': 0.12; '<>.': 0.14; 'windows': 0.15; 'gilles': 0.16; 'subject:GUI': 0.16; 'wrote:': 0.18; 'hey': 0.18; 'subject:] ': 0.20; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'url:moin': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'options': 0.25; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'url:wiki': 0.31; 'fast.': 0.31; 'run': 0.32; 'url:python': 0.33; 'running': 0.33; 'framework': 0.33; 'basic': 0.35; 'etc.)': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'should': 0.36; 'application': 0.37; 'thank': 0.38; 'pm,': 0.38; 'rather': 0.38; '8bit%:6': 0.40; 'url:mail': 0.40; 'easy': 0.60; 'you.': 0.62; 'connecting': 0.64; 'about?': 0.84; 'subject:Good': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TZ+6T2fwfNMT5QMIwIT2S0S+GNbdzwQzcqJBfYrjPnw=; b=mz5SNXdaNzIWgJ5bOapLYqyXdUOY5LIQ1HhTYMSveYm4TybLr4fSfmDZPeKgv8Uf0t svTuTjmVrlTucdmoS+bA/z4PL202IuHW1v7+mrh5wc931qNCfdeJajJXn7mATK7eiHcW ejhzKKbPNDIK2XJPNx93rHPjIdWbOi2G5qGRSx8W4bNWiPySEDWo8jOH/GetjHnMdJ1U dVIZ8H9ryfkNapduxJpEKRna8lJCiRgqZSslHNqhQn2YAeN4L3vEoLRtQO2SfQwLL2hk JeStwajsjPjRouPOH8MoHHZImq5pXuVx7RlsyyAPoxtElwarxc1qK7RwrBCi2hgaPrI7 tYvQ==
MIME-Version 1.0
X-Received by 10.68.27.37 with SMTP id q5mr787492pbg.145.1375787003104; Tue, 06 Aug 2013 04:03:23 -0700 (PDT)
In-Reply-To <d5k10959lpbkdh02o5em9tmfhlqnac20vh@4ax.com>
References <d5k10959lpbkdh02o5em9tmfhlqnac20vh@4ax.com>
Date Tue, 6 Aug 2013 13:03:23 +0200
Subject Re: [GUI] Good frameworks for Windows/Mac?
From Jordi Riera <kender.jr@gmail.com>
To Gilles <nospam@nospam.com>
Content-Type multipart/alternative; boundary=bcaec520f1879b535e04e3455f2c
X-Mailman-Approved-At Tue, 06 Aug 2013 14:07:33 +0200
Cc 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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.247.1375790855.1251.python-list@python.org> (permalink)
Lines 75
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375790855 news.xs4all.nl 15918 [2001:888:2000:d::a6]:38671
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52035

Show key headers only | View raw


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

Hey

you can build GUIs with tkinter <http://wiki.python.org/moin/TkInter>. Easy
but not as powerful than PyQt can be.
I think it is os agnostic.

Regards,
Jordi


On Tue, Aug 6, 2013 at 12:35 PM, Gilles <nospam@nospam.com> wrote:

> Hello
>
> I need to write a small GUI application that should run on Windows and
> Mac.
>
> What open-source framework would you recommend? I just need basic
> widgets (button, listbox, etc.) and would rather a solution that can
> get me up and running fast.
>
> I know about wxWidgets and Qt: Are there other good options I should
> know about?
>
> Thank you.
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
- Jordi Riera, Connecting people.
+33 662217507

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


Thread

[GUI] Good frameworks for Windows/Mac? Gilles <nospam@nospam.com> - 2013-08-06 12:35 +0200
  Re: [GUI] Good frameworks for Windows/Mac? Vlastimil Brom <vlastimil.brom@gmail.com> - 2013-08-06 13:22 +0200
    Re: [GUI] Good frameworks for Windows/Mac? Gilles <nospam@nospam.com> - 2013-08-07 00:13 +0200
  Re: [GUI] Good frameworks for Windows/Mac? Jordi Riera <kender.jr@gmail.com> - 2013-08-06 13:03 +0200
  Re: [GUI] Good frameworks for Windows/Mac? sagar varule <sagar.varule@gmail.com> - 2013-08-08 01:47 -0700
    Re: [GUI] Good frameworks for Windows/Mac? Gilles <nospam@nospam.com> - 2013-08-08 11:17 +0200

csiph-web