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)?

From Sibylle Koczian <nulla.epistola@web.de>
Subject Re: What's the easiest Python datagrid GUI (preferably with easy database hooks as well)?
Date 2013-03-15 13:36 +0100
References <7pt61a-am1.ln1@chris.zbmc.eu> <20130314142400.f3219c33fe828acfb17923e8@gmx.net>
Newsgroups comp.lang.python
Message-ID <mailman.3339.1363350999.2939.python-list@python.org> (permalink)

Show all headers | 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