Cheers. I should have read the installation notes more carefully :)
Rob C
--
http://mail.python.org/mailman/listinfo/python-list
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
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 ?
>
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,
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
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
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