wxPython

Kevin Altis altis at semi-retired.com
Thu Jan 2 16:59:49 EST 2003


"Stefano" <risolar at libero.it> wrote in message
news:bl2R9.73683$TC5.2455364 at twister1.libero.it...
> Hi all,
> i've a question for you (i'm just a newbie in Python programming):
> At this time wxPython implements wxWindows database classes (wxDb and the
> others...).
> Have you got an example for me?
> Thanks all.

No. The general rule is that if the Python standard libs or an established
third-party package or module provides the functionality, then that class in
wxWindows is not wrapped in wxPython because the Python implementation is
almost certainly better. Thus, the various database packages available for
Python are what you should be using instead.

http://www.python.org/topics/database/

If you're on Windows you could probably also use a DB-aware COM control and
let it handle all the work. The wxPython-users mailing list is probably a
better place for wxPython questions that c.l.py

http://www.wxpython.org/maillist.php

ka






More information about the Python-list mailing list