Roundup Tracker - Issues

Issue 879846

classification
sqlite import catch typo
Type: Severity: normal
Components: Database Versions:
process
Status: closed rejected
:
: richard : calvin, richard
Priority: normal : patch

Created on 2004-01-19 13:37 by calvin, last changed 2004-01-20 00:11 by richard.

Files
File name Uploaded Description Edit Remove
02_sqlite_import_typo.dpatch calvin, 2004-01-19 13:37
Messages
msg2681 Author: [hidden] (calvin) Date: 2004-01-19 13:37
The sqlite import name on my system (Debian unstable,
python 2.3.3, sqlite 2.8.9, python2.3-sqlite 0.4.3) is
"_sqlite", not "sqlite".

The attached patch fixes the import catch message.
msg2682 Author: [hidden] (richard) Date: 2004-01-20 00:11
Logged In: YES 
user_id=6405

The top-level module is called "sqlite". If your system has that 
module and is missing the _sqlite.so module, then your system 
is broken... 
 
Regardless, the Roundup CVS has a different check mechanism 
that makes this patch moot. 
 
msg2683 Author: [hidden] (anonymous) Date: 2004-01-20 01:37
Logged In: NO 

Whee, yes, it was a forgotten sqlite directory in
site-packages :)
History
Date User Action Args
2004-01-19 13:37:44calvincreate