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

2013-03-19 Thread Wolfgang Keller
As far as Dabo is concerned, at the moment I just have to know how to spell crash ... Seems like someone is in desperate need of what they call release management. X-( Sincerely, Wolfgang -- http://mail.python.org/mailman/listinfo/python-list

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

2013-03-19 Thread Wolfgang Keller
Will look at Pypapi and SQLkit. Did look: SQLkit needs Python 2. Personally I would be more concerned about the apparent end-of-life of PyGTK. Pypapi, from the link you gave: The new release of PyPaPi is written in Java. You can find more info in the official site. On this official site

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

2013-03-18 Thread Sibylle Koczian
Am 17.03.2013 16:50, schrieb rusi: About your python I cant say, but your English looks/sounds as good as a native's. So dont waste your time getting that right; its good enough! Thank you. Flowers go to Dorothy L. Sayers, most of them. As far as Dabo is concerned, at the moment I just have

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

2013-03-17 Thread Sibylle Koczian
Am 16.03.2013 21:30, schrieb Wolfgang Keller: Will look at Pypapi and SQLkit. Did look: SQLkit needs Python 2. Pypapi, from the link you gave: The new release of PyPaPi is written in Java. You can find more info in the official site. On this official site - http://www.pypapi.org/ - I can't

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

2013-03-17 Thread rusi
On Mar 17, 4:06 pm, Sibylle Koczian nulla.epist...@web.de wrote: Am 16.03.2013 21:30, schrieb Wolfgang Keller: Will look at Pypapi and SQLkit. Did look: SQLkit needs Python 2. Pypapi, from the link you gave: The new release of PyPaPi is written in Java. You can find more info in the

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

2013-03-16 Thread Wolfgang Keller
Very helpful collection, only one open question: which of them work with Python 3? No clue, sorry. Given how many other modules are not yet compatible with Python 3, I haven't investigated that yet. wxwidgets/wxPython already has *just* made the switch to Cocoa (with 2.9) when Carbon support

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

2013-03-15 Thread Sibylle Koczian
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: Dabohttp://www.dabodev.com Defis http://sourceforge.net/projects/defis/ (Russian only) GNUe

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

2013-03-15 Thread Mark Lawrence
On 15/03/2013 12:36, Sibylle Koczian wrote: 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 Note that wxPython

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

2013-03-14 Thread Wolfgang Keller
I want to write a fairly trivial database driven application, it will basically present a few columns from a database, allow the user to add and/or edit rows, recalculate the values in one column and write the data back to the database. I want to show the data and allow editing of the data

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

2013-03-13 Thread tinnews
I want to write a fairly trivial database driven application, it will basically present a few columns from a database, allow the user to add and/or edit rows, recalculate the values in one column and write the data back to the database. I want to show the data and allow editing of the data in a

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

2013-03-13 Thread Walter Hurry
On Wed, 13 Mar 2013 18:40:07 +, tinnews wrote: I want to write a fairly trivial database driven application, it will basically present a few columns from a database, allow the user to add and/or edit rows, recalculate the values in one column and write the data back to the database. I

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

2013-03-13 Thread Ian Kelly
On Wed, Mar 13, 2013 at 12:40 PM, tinn...@isbd.co.uk wrote: I want to write a fairly trivial database driven application, it will basically present a few columns from a database, allow the user to add and/or edit rows, recalculate the values in one column and write the data back to the

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

2013-03-13 Thread tinnews
Walter Hurry walterhu...@lavabit.com wrote: On Wed, 13 Mar 2013 18:40:07 +, tinnews wrote: I want to write a fairly trivial database driven application, it will basically present a few columns from a database, allow the user to add and/or edit rows, recalculate the values in one