[ python-Bugs-1477450 ] test_bsddb skipped -- Failed to load /home/shashi/Python-2.4

SourceForge.net noreply at sourceforge.net
Fri Apr 28 05:11:44 CEST 2006


Bugs item #1477450, was opened at 2006-04-27 00:07
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1477450&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: shashi (shashikala)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_bsddb skipped -- Failed to load /home/shashi/Python-2.4

Initial Comment:

 Hi ,

 Iam building Python-2.4.3 on HP-UX 11.2i , while 
testing its npt able import the _bsddb.sl module and 
hence that is skipped . In previous versions the test 
is passing. what can be done to pass the test?.


Thanks,
shashi
 


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-04-27 20:11

Message:
Logged In: YES 
user_id=33168

The test can't pass without being able to import _bsddb.sl.
 Why can't this file be imported?  When you build python it
should print out what version of bsddb is found.  It will
look something like this:

running build
running build_ext
db.h: found (4, 1) in /usr/include
db lib: using (4, 1) db-4.1

What version of bsddb was found on your box?  Are there
compile errors when building bsddb?

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

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


More information about the Python-bugs-list mailing list