On Sunday 10 February 2008 4:17 pm, Ed Leafe wrote: > On Feb 10, 2008, at 4:58 PM, Adrian Klaver wrote: > > Might be helpful to put this or a link to it on the Downloads page > > instead of: > > > > Prerequisites are: Python 2.3 or higher (2.5 recommended), wxPython > > 2.6 or > > higher (2.8 highly recommended). Also, MySQLdb (for MySQL), > > kinterbasdb > > (Firebird), pysqlite (SQLite) or psycopg (PostgreSQL) is required > > for the > > database-releated demos to work > > Done. Thanks for catching that. > > -- Ed Leafe
Thanks for the change. One more editorial comment:) Also, if using Python 2.4 or earlier, you'll need pysqlite and SQLite no matter what backend database you choose, as it is used internally by Dabo (it's included in Python 2.5 or later). should be Also, if using Python 2.4 or earlier, you'll need pysqlite and SQLite no matter what backend database you choose, as it is used internally by Dabo (pysqlite is included in Python 2.5 or later as the sqlite3 module. You will still need to have the Sqlite program). -- 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/dabo-users/[EMAIL PROTECTED]
