graphs and charts

2006-05-23 Thread Yaron Butterfield
Hi, What's the best way to on-the-fly graphs and charts using Python? Or is Python not really the best way to do this? Thanks you! Yaron -- http://mail.python.org/mailman/listinfo/python-list

Re: Python, Mysql, insert NULL

2006-05-18 Thread Yaron Butterfield
I figured this out. Because I am using InnoDB, I need to add the commit statement. Phew. Yaron Butterfield wrote: > Hi, > > I've been having problems using Python to insert data into a MySQL > database. I've donw web searches and pulled my hairs out getting it > t

Python, Mysql, insert NULL

2006-05-18 Thread Yaron Butterfield
Hi, I've been having problems using Python to insert data into a MySQL database. I've donw web searches and pulled my hairs out getting it to work but cannot. I have no trouble doing select queries, but when I use Python to insert, though I do not receive any errors from python, the table doe