Re: Installing PySQLite on OS X 10.4

2006-03-16 Thread Rob Cowie
Cheers. I should have read the installation notes more carefully :) Rob C -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Gerhard Häring
Rob Cowie wrote: > [...] > "build/bdist.darwin-8.5.0-Power_Macintosh/egg/pysqlite2/_sqlite.py", > line 6, in __bootstrap__ > ImportError: > dlopen(/Users/rob/.python-eggs/pysqlite-2.1.3-py2.3-macosx-10.4-ppc.egg-tmp/pysqlite2/_sqlite.so, > 2): Symbol not found: _sqlite3_transfer_bindings > Refere

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Rob Cowie
Gerhard Häring wrote: > Rob Cowie wrote: > > [...] > > However, if I do "from pysqlite2 import test" as suggested after > > installation, I get the following traceback... > > > > Traceback (most recent call last): > > File "", line 1, in ? > > File "pysqlite2/test/__init__.py", line 25, in ? >

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Gerhard Häring
Rob Cowie wrote: > [...] > However, if I do "from pysqlite2 import test" as suggested after > installation, I get the following traceback... > > Traceback (most recent call last): > File "", line 1, in ? > File "pysqlite2/test/__init__.py", line 25, in ? > from pysqlite2.test import dbapi,

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Rob Cowie
Fredrik Lundh wrote: > Rob Cowie wrote: > > > There are some notes on the pysqlite wiki regarding modification of the > > setup.py script and I've followed them to no avail. > > > > Build and install appear to go smoothly but attempting to run the tests > > from the python interpreter fails. Likew

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Fredrik Lundh
Rob Cowie wrote: > There are some notes on the pysqlite wiki regarding modification of the > setup.py script and I've followed them to no avail. > > Build and install appear to go smoothly but attempting to run the tests > from the python interpreter fails. Likewise any attempt to utilise > pysqli

Installing PySQLite on OS X 10.4

2006-03-15 Thread Rob Cowie
Hi all, I'm having difficulty installing pysqlite 2.1.3 on Mac OS X 10.4.4 There are some notes on the pysqlite wiki regarding modification of the setup.py script and I've followed them to no avail. Build and install appear to go smoothly but attempting to run the tests from the python interpret