*** 237,239 **** --- 237,250 ---- ------ Q) I have a csv file to import that uses double quotes to escape text fields with commas. How can I import this using sqlite3? + + ------ + Q) I get the following error: + + _:attempt to write a readonly database + + But when I try the obvious fix (making it not read-only), I get the following error: + + _:unable to open database file + + What's up with that? I'm accessing through the pysqlite wrapper in a cgi-script.