> Why fink ?, it is very easy to make sqlite. download the source,
> configure, make and install from terminal
I did so and now I have the latest sqlite version. But it did not make
a difference.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] writes:
> Hi there,
>
> I run Python 2.5 on a Mac OS X system with SQLite 3.2.8 installed via
> fink. Today I stumbled over the problem, that the sqlite3 module and
> sqlite3 from fink do not seem to work well together. I brought it down
> to this:
>
> Any ideas?
miss-match of v
> I run Python 2.5 on a Mac OS X system with SQLite 3.2.8 installed via
> fink.
Why fink ?, it is very easy to make sqlite. download the source,
configure, make and install from terminal
--
http://mail.python.org/mailman/listinfo/python-list
Hi there,
I run Python 2.5 on a Mac OS X system with SQLite 3.2.8 installed via
fink. Today I stumbled over the problem, that the sqlite3 module and
sqlite3 from fink do not seem to work well together. I brought it down
to this:
>>> from sqlite3 import Connection
>>> c = Connection("foo.bar") #