Hi,

I want to create a temporary database that is downloaded for the net. So I
want to use a temporary file that will be deleted at the end of my program.
For this, I wanted to use tempfile.TemporaryFile. The problem with Windows
is that I can't give to sqlite3.connect() the file neither can I give its
name (if I use NamedTemporaryFile). Is there a solution somewhere ?

Matthieu
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to