From laurent@wyvern.lateralis.org  Wed Oct 25 09:14:24 2006
Return-Path: <laurent@wyvern.lateralis.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4F4B716A417
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Oct 2006 09:14:24 +0000 (UTC)
	(envelope-from laurent@wyvern.lateralis.org)
Received: from wyvern.lateralis.org (silence.lateralis.org [81.56.5.120])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CACF543D5C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Oct 2006 09:14:16 +0000 (GMT)
	(envelope-from laurent@wyvern.lateralis.org)
Received: from wyvern.lateralis.org (localhost [127.0.0.1])
	by wyvern.lateralis.org (8.13.6/8.13.6) with ESMTP id k9P9E1TP006060
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Oct 2006 11:14:01 +0200 (CEST)
	(envelope-from laurent@wyvern.lateralis.org)
Received: (from laurent@localhost)
	by wyvern.lateralis.org (8.13.6/8.13.6/Submit) id k9P9E0BG006059;
	Wed, 25 Oct 2006 11:14:00 +0200 (CEST)
	(envelope-from laurent)
Message-Id: <200610250914.k9P9E0BG006059@wyvern.lateralis.org>
Date: Wed, 25 Oct 2006 11:14:00 +0200 (CEST)
From: Laurent Fousse <laurent@komite.net>
Reply-To: Laurent Fousse <laurent@komite.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Improper installation of python2.4: module bsddb fails to load.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104788
>Category:       ports
>Synopsis:       Improper installation of python2.4: module bsddb fails to load.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-python
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 25 09:20:13 GMT 2006
>Closed-Date:    Sat Nov 03 23:33:09 UTC 2007
>Last-Modified:  Sat Nov 03 23:33:09 UTC 2007
>Originator:     Laurent Fousse
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD wyvern.lateralis.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


>Description:
After installing python24 from the ports, the module `bsddb' fails to load:

[laurent@wyvern ~]$ python2.4
Python 2.4.3 (#2, Oct 25 2006, 10:50:31)
[GCC 3.4.4 [FreeBSD] 20050518] on freebsd6
Type "help", "copyright", "credits" or "license" for more information.
>How-To-Repeat:

>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perky 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 25 11:23:04 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104788 
Responsible-Changed-From-To: perky->python 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Oct 25 03:55:51 UTC 2007 
Responsible-Changed-Why:  
Now maintained by python@. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104788 
State-Changed-From-To: open->closed 
State-Changed-By: tmclaugh 
State-Changed-When: Sat Nov 3 23:29:27 UTC 2007 
State-Changed-Why:  
In order to use python's bsddb module py-bsddb must be installed.  This 
keeps the lang/python2* ports have having a Berkeley DB dependency. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104788 
>Unformatted:
 >>> import bsddb
 Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "/usr/local/lib/python2.4/bsddb/__init__.py", line 47, in ?
     import _bsddb
 ImportError: No module named _bsddb
 
