On Friday 27 August 2010 6:41:17 am Ed Leafe wrote: > On Aug 27, 2010, at 9:34 AM, Paul McNett wrote: > > 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. > > I didn't know that you could have sqlite3 installed without the client. > At > least I've never seen a system that had one and not the other. > > > > -- Ed Leafe > >
See here: http://sqlite.org/download.html The client is separate from the program. Most packaging systems include both though. -- Adrian Klaver [email protected] _______________________________________________ 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]
