Yet another database question, please

Peter Decker pydecker at gmail.com
Fri Nov 30 10:52:00 EST 2007


On Nov 30, 2007 9:20 AM,  <kyosohma at gmail.com> wrote:
>
> On Nov 30, 7:23 am, nmp <addr... at is.invalid> wrote:
> > Hello to all. I am only just learning both Python and PyGTK (with Glade).
> > I also need to learn how to use databases in my programs. My preliminary
> > research leads me in the direction of SQLAlchemy, which seems to be what
> > everybody else is using.
> >
> > So, does anyone have a good example that shows how to tie these things
> > toegether? I would like to have the GUI dialogs and treeviews directly
> > interacting with the underlying tables and/or views.
> >
> > [cough]Like Borland Delphi 1.0, in the nineties...[/cough]
> >
> > Another question: I found that in Ubuntu, I was able to install the Glade
> > widgets for libgnomedb (libgnomedb3-glade3). Would these be usable with
> > Python/PyGTK, too? As is too common, the documentation provided is
> > somewhat scarce.
> >
> > Any sort of pointers or suggestions welcome, of course.
>
> You should try Dabo. It sounds like what you want to do and what Dabo
> does dovetails nicely.
>
> http://dabodev.com/

Dabo doesn't work with PyGTK, so if he goes with Dabo, he'll have to
settle for a GUI toolkit that looks native on all platforms instead of
just Gnome.  ;-)

-- 

# p.d.



More information about the Python-list mailing list