[ python-Bugs-973054 ] bsddb in Python 2.3 incompatible with SourceNav output

SourceForge.net noreply at sourceforge.net
Tue Jun 15 03:55:28 EDT 2004


Bugs item #973054, was opened at 2004-06-15 09:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=973054&group_id=5470

Category: Extension Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: gdy (gdy999)
Assigned to: Nobody/Anonymous (nobody)
Summary: bsddb in Python 2.3 incompatible with SourceNav output

Initial Comment:
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/)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=973054&group_id=5470



More information about the Python-bugs-list mailing list