"Dinesh B Vadhia" <[EMAIL PROTECTED]> wrote > However, a web version using webpy doesn't work
Now you didn't mention webpy before, that makes a big difference! > an execution thread is created by pysqlite and > another thread by webpy and hence webpy is not > seeing the table. Almost certainly the case but if you are using the web you can almost certainly afford to use a file based SqlLite database and that way the data can be shared. The network delays will more than overcome the slowdown of moving to the file based database. -- Alan Gauld Author of the Learn to Program web site http://www.freenetpages.co.uk/hp/alan.gauld _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor