[issue24627] Import bsddb result in error on OS X (Python 2.7.10)

2015-07-12 Thread Tim Smith
Tim Smith added the comment: Hi; I'm a Homebrew maintainer. Please open an issue at https://github.com/Homebrew/homebrew. -- nosy: +tdsmith ___ Python tracker ___ __

[issue24627] Import bsddb result in error on OS X (Python 2.7.10)

2015-07-12 Thread Ned Deily
Ned Deily added the comment: You are using a third-party build of Python from the homebrew package manager. You probably need to install additional brew packages to provide bsddb support so you should ask somewhere else for help with that, perhaps stackoverflow.com. -- resolution: ->

[issue24627] Import bsddb result in error on OS X (Python 2.7.10)

2015-07-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Macintosh nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list m

[issue24627] Import bsddb result in error on OS X (Python 2.7.10)

2015-07-12 Thread Luke Jang
New submission from Luke Jang: 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 (