Search found 2 matches

by davidber
August 29th, 2010, 12:28 pm
Forum: General Help
Topic: sqlite module not found, python 2.7 redhat(-based) linux
Replies: 2
Views: 5675

Re: sqlite module not found, python 2.7 redhat(-based) linux

Thanks for the 2.7 point about testing :) I solved my own stupidity :) After I did a ./configure, make, make install I did a python setup.py install  - I didn't see this on the screen as it had scrolled by while I went to get something to drink :) Python build finished, but the necessary bits to bui...
by davidber
August 28th, 2010, 5:34 pm
Forum: General Help
Topic: sqlite module not found, python 2.7 redhat(-based) linux
Replies: 2
Views: 5675

sqlite module not found, python 2.7 redhat(-based) linux

I did a 'search the forums' and didn't find an answer :) So I thought I would post away. Trying to get .5.4 working on a linux box. I installed python 2.6 and python 2.7 and am getting this message. python SABnzbd.py -s localhost:9090 Sorry, requires Python module sqlite3 (pysqlite2 in python2.4) Tr...