John Salerno wrote: > One like I'd like to learn is how to use Python with MySQL, but I just > can't get MySQL to work on my computer, so I'm at a dead end there. > Seems like the best option for cataloging though.
if you want to play with SQL and Python's DB-API *without* having to install server stuff, pysqlite is a good choice: http://initd.org/tracker/pysqlite </F> -- http://mail.python.org/mailman/listinfo/python-list