Pierre Vaudrey wrote: > ImportError: Failure linking new module: /Users/pierreva/.python-eggs/ > pysqlite-2.3.2-py2.4-macosx-10.4-ppc.egg-tmp/pysqlite2/_sqlite.so: > Symbol not found: _sqlite3_transfer_bindings > Referenced from: /Users/pierreva/.python-eggs/pysqlite-2.3.2-py2.4- > macosx-10.4-ppc.egg-tmp/pysqlite2/_sqlite.so > Expected in: dynamic lookup
This is a clear indication against that your pysqlite was built against a different version of the sqlite library than the one which is being used at runtime. Rebuilding pysqlite2 from source is probably the safest approach. If you don't want to do that, you can try downgrading your sqlite to the old one bundled with MacOS X (which is probably what the precompiled binaries in the egg were built against). ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sqlalchemy-users mailing list Sqlalchemy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users