Google seems to think this means that your sqlite library is too old for the version of pysqlite you are using.

On 7/31/06, Pierre Vaudrey < [EMAIL PROTECTED]> wrote:

Le 31 juil. 06 à 19:22, Jonathan Ellis a écrit :

> Something is screwed up with your sqlite install...  Try this in a
> standalone script;
>
> from pysqlite2 import dbapi2 as sqlite
>
> My guess is this won't work for whatever reason, so SA is trying to
> use sqlite 1 instead and running into problems.

>>> from pysqlite2 import dbapi2 as sqlite
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "build/bdist.darwin- 8.7.0-Power_Macintosh/egg/pysqlite2/
dbapi2.py", line 27, in ?
   File "build/bdist.darwin-8.7.0-Power_Macintosh/egg/pysqlite2/
_sqlite.py", line 7, in ?
   File "build/bdist.darwin-8.7.0-Power_Macintosh/egg/pysqlite2/
_sqlite.py", line 6, in __bootstrap__
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

>>>
Thanks for your help.

Pierre




--
Jonathan Ellis
http://spyced.blogspot.com
-------------------------------------------------------------------------
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

Reply via email to