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 karlcow
Recipients amaury.forgeotdarc, karlcow, loewis
Date 2009-03-31.03:17:33
SpamBayes Score 3.778817e-08
Marked as misclassified No
Message-id <1238469455.63.0.725883900424.issue3791@psf.upfronthosting.co.za>
In-reply-to
Content
On the mac version there is an issue with the python version installed
by default. 

Python 2.5.1 (r251:54863, Jan 13 2009, 10:26:13) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin

 File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/dbhash.py",
line 5, in <module>
   import bsddb
 File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/bsddb/__init__.py",
line 51, in <module>
   import _bsddb
ImportError: No module named _bsddb
History
Date User Action Args
2009-03-31 03:17:35karlcowsetrecipients: + karlcow, loewis, amaury.forgeotdarc
2009-03-31 03:17:35karlcowsetmessageid: <1238469455.63.0.725883900424.issue3791@psf.upfronthosting.co.za>
2009-03-31 03:17:34karlcowlinkissue3791 messages
2009-03-31 03:17:33karlcowcreate