What does deactivate do?

skip at pobox.com skip at pobox.com
Sun Feb 10 14:39:28 PST 2008


    Ryan> You've shown us that "_sqlite3.so" links with
    Ryan> "libsqlite3.0.dylib", and that "libsqlite3.0.dylib" does not exist
    Ryan> in /opt/local/lib. This means that "_sqlite3.so" probably won't be
    Ryan> able to make use of the functionality provided by
    Ryan> "libsqlite3.0.dylib".

The sqlite functionality in /opt/local/bin/python2.5 certainly seems to
work:

    sudo /opt/local/bin/python2.5 /opt/local/lib/python2.5/test/test_sqlite.py
    Password:
    CheckAPILevel (sqlite3.test.dbapi.ModuleTests) ... ok
    CheckDataError (sqlite3.test.dbapi.ModuleTests) ... ok
    CheckDatabaseError (sqlite3.test.dbapi.ModuleTests) ... ok
    CheckError (sqlite3.test.dbapi.ModuleTests) ... ok
    CheckIntegrityError (sqlite3.test.dbapi.ModuleTests) ... ok
    CheckInterfaceError (sqlite3.test.dbapi.ModuleTests) ... ok
    CheckInternalError (sqlite3.test.dbapi.ModuleTests) ... ok
    CheckNotSupportedError (sqlite3.test.dbapi.ModuleTests) ... ok
    CheckOperationalError (sqlite3.test.dbapi.ModuleTests) ... ok
    ...
    CheckCreateCollationNotCallable (sqlite3.test.hooks.CollationTests) ... ok
    CheckDeregisterCollation (sqlite3.test.hooks.CollationTests) ... ok
    CheckColumnNameWithSpaces (sqlite3.test.regression.RegressionTests) ... ok
    CheckPragmaSchemaVersion (sqlite3.test.regression.RegressionTests) ... ok
    CheckPragmaUserVersion (sqlite3.test.regression.RegressionTests) ... ok
    CheckStatementReset (sqlite3.test.regression.RegressionTests) ... ok

    ----------------------------------------------------------------------
    Ran 167 tests in 0.215s

    OK

Skip


More information about the macports-users mailing list