Issue 879846
Created on 2004-01-19 13:37 by calvin, last changed 2004-01-20 00:11 by richard.
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 :)
|
|
Date |
User |
Action |
Args |
2004-01-19 13:37:44 | calvin | create | |
|