Hi Ned, All,


i followed that way too,

i downloaded the bynary version for pysqlite osx intel
i copied all the files under :

/Users/Shared/source/spatialite/
                                                        |
                                                       bin/
                                                        |
                                                        lib/
                                                        |
                                                       include/




in my .bash_profile i added :

LD_LIBRARY_PATH=/Users/Shared/source/spatialite/lib
export LD_LIBRARY_PATH


then i removed and reinstalled pysqlite :

sudo rm -rf /Library/Python/2.5/site-packages/pysqlite2 /Library/ Python/2.5/site-packages/pysqlite-2.5.0-py2.5.egg-info

quit terminal.app and open a new one,
rebuild pysqlite, these the log :

http://www.geofemengineering.it/pysqlite_osx_log_2.txt

then in python :


>>> from pysqlite2 import dbapi2 as sqlite
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
File "/Library/Python/2.5/site-packages/pysqlite2/dbapi2.py", line 27, in <module>
    from pysqlite2._sqlite import *
ImportError: dlopen(/Library/Python/2.5/site-packages/pysqlite2/ _sqlite.so, 2): Symbol not found: _sqlite3_enable_load_extension Referenced from: /Library/Python/2.5/site-packages/pysqlite2/ _sqlite.so
  Expected in: dynamic lookup

>>>

p.s.

[ i tried also to use :
DYLD_LIBRARY_PATH=/Users/Shared/source/spatialite/lib
export DYLD_LIBRARY_PATH
that seems to be what man dyld suggest me to use]


Massimo Di Stefano
massimodisa...@yahoo.it

epifanio on   irc.freenode.net  /join gfoss







Il giorno 25/mar/09, alle ore 16:49, Ned Deily ha scritto:

In article <259915b3-3a8a-495d-bb47-5094a122a...@yahoo.it>,
massimo di stefano <massimodisa...@yahoo.it>
wrote:
i'm running python 2.5.1 on a mac osx 10.5.6 (the system pyrhon)
i've problems to enable spatialite extension [1]
[..]
have you any suggestion on what i need to get it working on osx too ?
thanks a lot for any help!

<http://www.gaia-gis.it/spatialite/instalMacOsX.html>

--
Ned Deily,
n...@acm.org

_______________________________________________
list-pysqlite mailing list
list-pysql...@lists.itsystementwicklung.de
http://itsystementwicklung.de/cgi-bin/mailman/listinfo/list-pysqlite

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to