Bug 294501

Summary: ImportError: No module named sqlite
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: plagueAssignee: Dan Williams <dcbw>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: dchipman
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-03 12:32:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Schwendt 2007-09-18 11:02:53 UTC
The plague package does "Requires: python-sqlite", which is
a capability provided by the "python" package, and it does
"import sqlite" in the plague-server User.py and DBManager.py
files, but Python 2.5 includes only a "sqlite3" module.
Additionally, it is API incompatible with the old "sqlite".

Comment 1 Michael Schwendt 2007-11-13 16:17:41 UTC
Rudimentary sqlite3 support for plague 0.5.0:
http://mschwendt.fedorapeople.org/plague-0.5.0-fedora8.patch


Comment 2 David Chipman 2008-01-19 09:32:59 UTC
This bug also shows up in Fedora Core 8, not just the "bleeding-edge", AKA Rawhide. 

Comment 3 Bug Zapper 2008-05-14 03:14:50 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Michael Schwendt 2008-06-14 11:47:27 UTC
Btw, the sqlite3 patch for plague 0.4 is here:
http://mschwendt.fedorapeople.org/plague-0.4.4.1-sqlite3.patch