Re: Access database - GUI - Python - I need architectural advice

2013-11-28 Thread Christian Gollwitzer
Am 28.11.13 07:51, schrieb Ben Finney: Chris Angelico writes: On Thu, Nov 28, 2013 at 4:55 PM, jm.almeras wrote: 2) dimensionable and editable arrays of columns and rows like when you open a table under Access. I'm not aware of a widget in Tkinter which can do that. There is tablelist

Re: Access database - GUI - Python - I need architectural advice

2013-11-28 Thread Wolfgang Keller
> I wish to develop a database application with a lot of specific > functionnalities dealing with sound files. > > I have developped an Access prototype and run into a first problem : Access is not a database, it's a data shredder. And for the GUI part; it only works on that pathologic non-opera

Re: Access database - GUI - Python - I need architectural advice

2013-11-28 Thread Sibylle Koczian
Am 28.11.2013 02:32, schrieb Mark Lawrence: On 28/11/2013 01:05, Dennis Lee Bieber wrote: Not quite as friendly, and sort of a moving target: Look at Dabo [the creators' goal was to create a Python equivalent of Visual FoxPro]. At http://www.dabodev.com/ and mailing list at gmane.comp.python.

Re: Access database - GUI - Python - I need architectural advice

2013-11-27 Thread Ben Finney
Chris Angelico writes: > On Thu, Nov 28, 2013 at 4:55 PM, jm.almeras wrote: > > These are good ideas. But looking precisely at widgets I will need, > > is one of the GUI builders capable of offering : The term “GUI builder” to me implies an interactive tool for building a GUI. I think you are r

Re: Access database - GUI - Python - I need architectural advice

2013-11-27 Thread Chris Angelico
On Thu, Nov 28, 2013 at 4:55 PM, jm.almeras wrote: > Thank you ChrisA > > These are good ideas. But looking precisely at widgets I will need, is one > of the GUI builders capable of offering : > > 1) the use of tabs in a form (that excludes Tkinter I believe) > 2) dimensionable and editable arrays

Re: Access database - GUI - Python - I need architectural advice

2013-11-27 Thread rusi
On Thursday, November 28, 2013 3:05:13 AM UTC+5:30, jm.almeras wrote: > Hello ! > I wish to develop a database application with a lot of specific > functionnalities dealing with sound files. > I have developped an Access prototype and run into a first problem : it > is not so easy to find code

Re: Access database - GUI - Python - I need architectural advice

2013-11-27 Thread Mark Lawrence
On 28/11/2013 01:05, Dennis Lee Bieber wrote: Not quite as friendly, and sort of a moving target: Look at Dabo [the creators' goal was to create a Python equivalent of Visual FoxPro]. At http://www.dabodev.com/ and mailing list at gmane.comp.python.dabo.users. -- Python is the second

Re: Access database - GUI - Python - I need architectural advice

2013-11-27 Thread Chris Angelico
On Thu, Nov 28, 2013 at 8:35 AM, jm.almeras wrote: > Access, and more generally VB, is excellent for building the GUI (forms, > widgets etc.). Python is a great for coding, and it comes with high quality > libraries... Does anyone have any suggestions as to how I can build my > database app with n

Access database - GUI - Python - I need architectural advice

2013-11-27 Thread jm.almeras
Hello ! I wish to develop a database application with a lot of specific functionnalities dealing with sound files. I have developped an Access prototype and run into a first problem : it is not so easy to find code working with VBA to extract the duration of a sound file. I have found many c