On 8/27/10 5:50 AM, Ed Leafe wrote: > Sounds like a lot of work. I just do this at the command line: > > sqlite3 path_to_new_db< myscript.sql
That's cool, but it requires the sqlite client to be installed, and I'm running this creation code from within my python program distributed with py2exe, py2app, and cxFreeze. Also, I do at least some rudimentary error checking and recovery when running the script, and the logic of that is in Python. Nice to know about other ways, though! Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
