trouble with sqlite under debian etch

R

Rustom Mody

I was trying to follow the sqlalchemy tutorial on my debian etch box
and got stuck with installation. Any help/pointers will be welcome.

First after installing sqlalchemy needed some sqlite package
synaptic showed me packages python-pysqlite, python-pysqlite1.1 and
python-pysqlite2.

Theres some confusion regarding numbers: python-pysqlite2 is for
sqlite3 or some such thing

Tried python-pysqlite1.1 and got errors. Tried 2 and got version warnings.

Downloaded the tgz and did a setup build followed by a setup install

Now thegives me no module _sqlite
 
?

=?ISO-8859-1?Q?Gerhard_H=E4ring?=

Rustom said:
I was trying to follow the sqlalchemy tutorial on my debian etch box
and got stuck with installation. Any help/pointers will be welcome.

First after installing sqlalchemy needed some sqlite package
synaptic showed me packages python-pysqlite, python-pysqlite1.1 and
python-pysqlite2.
[...]

Or just use Python 2.5, which includes a "sqlite3" module that
SQLAlchemy can use.
Theres some confusion regarding numbers: python-pysqlite2 is for
sqlite3 or some such thing

the 2 in python-pysqlite2 is for
Tried python-pysqlite1.1 and got errors. Tried 2 and got version warnings.

Downloaded the tgz and did a setup build followed by a setup install

Now the
gives me no module _sqlite

Did you execute that in the pysqlite root directory (i. e. the one that
"setup.py" and friends are?). Unfortunately, any other working directory
will be ok, but this one isn't.

-- Gerhard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top