Re: SQLite problems

2007-04-12 Thread bayer . justin
> 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

Re: SQLite problems

2007-04-12 Thread Kirk Job Sluder
[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

Re: SQLite problems

2007-04-12 Thread martin . laloux
> 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

SQLite problems

2007-04-12 Thread bayer . justin
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") #