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


Groups > comp.lang.python > #41269

Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)?

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'url:sourceforge': 0.03; 'subject:Python': 0.05; 'frameworks': 0.05; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'looked': 0.10; 'kiwi': 0.16; 'openoffice': 0.16; 'received:188.174': 0.16; 'received:80.91.229.3': 0.16; 'received:mnet-online.de': 0.16; 'received:plane.gmane.org': 0.16; 'subject: \n ': 0.16; 'subject:)?': 0.16; 'subject:GUI': 0.16; 'subject:preferably': 0.16; 'url:openerp': 0.16; 'wxpython': 0.16; 'documented': 0.17; 'are:': 0.20; 'ones.': 0.22; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints- To:1': 0.28; 'question:': 0.29; 'actively': 0.30; 'helpful': 0.30; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'weeks': 0.33; 'open': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'subject:with': 0.36; 'subject: (': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'application': 0.40; 'header:Received:5': 0.40; 'most': 0.61; 'developed': 0.62; 'url:co': 0.66; 'url:br': 0.66
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Sibylle Koczian <nulla.epistola@web.de>
Subject Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)?
Date Fri, 15 Mar 2013 13:36:17 +0100
References <7pt61a-am1.ln1@chris.zbmc.eu> <20130314142400.f3219c33fe828acfb17923e8@gmx.net>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host ppp-188-174-79-205.dynamic.mnet-online.de
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
In-Reply-To <20130314142400.f3219c33fe828acfb17923e8@gmx.net>
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.3339.1363350999.2939.python-list@python.org> (permalink)
Lines 43
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1363350999 news.xs4all.nl 6884 [2001:888:2000:d::a6]:51848
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:41269

Show key headers only | View raw


Am 14.03.2013 14:24, schrieb Wolfgang Keller:
> This is becoming an FAQ.
>
> The currently available (non-web) database application development
> frameworks for Python are:
>
> using wxPython:
> Dabo	http://www.dabodev.com
> Defis	http://sourceforge.net/projects/defis/ (Russian only)
> GNUe	http://www.gnuenterprise.org/
>
> using PyQt:
> Pypapi		https://pypi.python.org/pypi/PyPaPi
> Camelot		http://www.python-camelot.com/
> Qtalchemy	http://www.qtalchemy.org/
> Thyme		http://clocksoft.co.uk/downloads/
> Kexi		http://www.kexi-project.org/
>
> using PyGTK:
> SQLkit	http://sqlkit.argolinux.org/
> Kiwi	http://www.async.com.br/projects/kiwi/
> Glom	http://www.glom.org
>
> Openoffice Base
> http://www.openoffice.org/product/base.html
> Libreoffice Base
> http://www.libreoffice.org/features/base/
>
> OpenERP	http://www.openerp.org
> Tryton	http://www.tryton.org
>
> Dabo (they're about to release 1.0 for Pycon), Pypapi, Camelot, SQLkit
> seem to be the most actively developed and best documented ones.
>

Very helpful collection, only one open question: which of them work with 
Python 3? Not Dabo, sadly, because wxPython doesn't. And not Camelot 
when I last looked (some weeks ago, though).

Will look at Pypapi and SQLkit.

Sibylle

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


Thread

What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? tinnews@isbd.co.uk - 2013-03-13 18:40 +0000
  Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Walter Hurry <walterhurry@lavabit.com> - 2013-03-13 19:35 +0000
    Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? tinnews@isbd.co.uk - 2013-03-13 21:03 +0000
  Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Ian Kelly <ian.g.kelly@gmail.com> - 2013-03-13 14:01 -0600
  Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Wolfgang Keller <feliphil@gmx.net> - 2013-03-14 14:24 +0100
    Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Sibylle Koczian <nulla.epistola@web.de> - 2013-03-15 13:36 +0100
      Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Wolfgang Keller <feliphil@gmx.net> - 2013-03-16 21:30 +0100
        Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Sibylle Koczian <nulla.epistola@web.de> - 2013-03-17 12:06 +0100
          Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? rusi <rustompmody@gmail.com> - 2013-03-17 08:50 -0700
            Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Sibylle Koczian <nulla.epistola@web.de> - 2013-03-18 15:09 +0100
              Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Wolfgang Keller <feliphil@gmx.net> - 2013-03-19 15:16 +0100
          Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Wolfgang Keller <feliphil@gmx.net> - 2013-03-19 15:17 +0100
    Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-03-15 17:15 +0000

csiph-web