This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gdy999
Recipients
Date 2004-06-15.07:55:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
bsddb module in Python 2.3 cannot read 
SourceNavigator output (old btree format):

Python 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC 
v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more 
information.
>>> import bsddb
>>> a = bsddb.btopen('jEdit_14-12-2004.cl')
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "C:\Program Files\Python23\lib\bsddb\__init__.py", 
line 209, in btopen
    d.open(file, db.DB_BTREE, flags, mode)
bsddb._db.DBInvalidArgError: (22, 'Invalid argument -- 
jEdit_14-12-2004.cl: unexpected file type or format')

With Python 2.2 the file is opened without problem.

SourceNavigator is an open source source code analyser 
(http://sourcenav.sourceforge.net/)
History
Date User Action Args
2007-08-23 14:22:38adminlinkissue973054 messages
2007-08-23 14:22:38admincreate