tags 398643 + patch thanks Hi,
Just after submitting this bug, I worked out the patch, below. I've already sent it upstream. -Steve --- /usr/bin/sconsign 2006-11-06 08:32:52.000000000 -0600 +++ /tmp/sconsign 2006-11-14 16:04:51.000000000 -0600 @@ -166,6 +166,8 @@ import SCons.SConsign def my_whichdb(filename): + if filename.endswith(".dblite"): + return "SCons.dblite" try: f = open(filename + ".dblite", "rb") f.close() -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]