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 Luke Jang
Recipients Luke Jang
Date 2015-07-13.04:20:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436761257.51.0.817115571283.issue24627@psf.upfronthosting.co.za>
In-reply-to
Content
As title. I installed Python using brew.

$ python 
Python 2.7.10 (default, Jul  9 2015, 13:34:07) 
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import bsddb
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/__init__.py", line 67, in <module>
    import _bsddb
ImportError: No module named _bsddb
>>>
History
Date User Action Args
2015-07-13 04:20:57Luke Jangsetrecipients: + Luke Jang
2015-07-13 04:20:57Luke Jangsetmessageid: <1436761257.51.0.817115571283.issue24627@psf.upfronthosting.co.za>
2015-07-13 04:20:57Luke Janglinkissue24627 messages
2015-07-13 04:20:56Luke Jangcreate