Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26417
| From | Csanyi Pal <csanyipal@gmail.com> |
|---|---|
| Subject | Re: The way to develope a graphical application to manage a Postgres database |
| Date | 2012-08-02 23:42 +0200 |
| References | <877gthqhi3.fsf@gmail.com> <juql18p5frqov8ckq3j9j55ck2rs1elha7@invalid.netcom.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2889.1343943780.4697.python-list@python.org> (permalink) |
Dennis Lee Bieber <wlfraed@ix.netcom.com> writes: > On Thu, 02 Aug 2012 20:24:36 +0200, Csanyi Pal <csanyipal@gmail.com> > declaimed the following in gmane.comp.python.general: >> >> I'm searching for a way to develope a Python graphical application for a >> Postgresql database. >> > A predefined database, or a general access module? A predefined, already existing database. >> I have installed on my Debian GNU/Linux testing/sid system many python >> packages, among others: >> eric, geany, idle, ninja-ide, pida (it doesn't work here), python2.7, >> python-easygui, python-forgetsql, python-gasp, python-glade2, >> python-gobject-2, python-gtk2, python-pip, python-pygresql, >> python-pyside.qtsql, python-subversion, python-tk, python-wxglade, >> spyder, python3-psycopg2, python-psycopg2, XRCed. >> > Well... I'd suggest figuring out which GUI toolkit you want to > use... You have GTK, Tk, I'd say Wx but you didn't list wxpython. You > also have two competing PostgreSQL adapters -- pick one... I just installed wxpython packages: wx2.8-i18n, python-wxgtk2.8, python-wxtools. > Eric, geany, and idle are all editor/development environments and > not directly related to what the application itself runs. > > For a predefined database, you may just want to explore Dabo. For a > general access (eg; one where you tell the program which PostgreSQL > database to connect to, and it extracts the schema information from the > database at run-time) you'll need to study the advanced features of the > database engine and adapter. I'm exploring now Dabo. -- Regards from Pal
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: The way to develope a graphical application to manage a Postgres database Csanyi Pal <csanyipal@gmail.com> - 2012-08-02 23:42 +0200
csiph-web