-
Notifications
You must be signed in to change notification settings - Fork 102
Description
From bchesneau on September 13, 2009 04:45:10
Just launched tests and got :
enlil-2:apsw benoitc$ sudo python setup.py install
SQLite: Using system sqlite include/libraries
running install
running build
running build_ext
building 'apsw' extension
creating build
creating build/temp.macosx-10.6-universal-2.6
creating build/temp.macosx-10.6-universal-2.6/src
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os
-Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64
-pipe -DEXPERIMENTAL=1 -DNDEBUG=1 -Isrc
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/apsw.c -o build/temp.macosx-10.6-universal-2.6/src/apsw.o
creating build/lib.macosx-10.6-universal-2.6
gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -arch i386 -arch ppc
-arch x86_64 build/temp.macosx-10.6-universal-2.6/src/apsw.o -lsqlite3 -o
build/lib.macosx-10.6-universal-2.6/apsw.so
running install_lib
copying build/lib.macosx-10.6-universal-2.6/apsw.so ->
/Library/Python/2.6/site-packages
running install_egg_info
enlil-2:apsw benoitc$ python tests.py
Traceback (most recent call last):
File "tests.py", line 9, in
import apsw
ImportError: dlopen(/Library/Python/2.6/site-packages/apsw.so, 2): Symbol
not found: _sqlite3_enable_load_extension
Referenced from: /Library/Python/2.6/site-packages/apsw.so
Expected in: flat namespace
in /Library/Python/2.6/site-packages/apsw.so