Re: wxpython worked out but can't find api docs for download.

2006-12-02 Thread krishnakant Mane
On 03/12/06, hg [EMAIL PROTECTED] wrote: http://www.wxpython.org/download.php I had the wxwidgets documentation on my computer as well. and I also have the demos. but I was wondering if there is some api reference on wxpython itself. the problem is that wx widgets is such a huge library that

Re: db.commit() to take effect

2006-12-02 Thread Maurice LING
John Machin wrote: progman wrote: I was testing the python+mysql here are my sample codes: import MySQLdb from pprint import pprint db = MySQLdb.connect(host=localhost, user=root, passwd=password, db=database) cursor = db.cursor() cursor.execute('update promo set

Re: evaluating gui modules, any experience on tkinter?

2006-12-02 Thread krishnakant Mane
On 03/12/06, Gian Mario Tagliaretti [EMAIL PROTECTED] wrote: hg wrote: Tkinter is fine under *nix and Windows for a large range of applications. I think it has drawbacks and advantage compared to other toolkits. The major advantage being bundled with python, and the drawbacks include (I

Re: Video feature

2006-12-02 Thread Tim Roberts
Lad [EMAIL PROTECTED] wrote: I would like to add on my website a possibility for visitors to upload video and watch other user's video. How much difficult would it be with Python? It's not all that hard, although you can probably download something that will do most of the job, probably in

<    1   2