[issue32484] ImportError for gdbm 1.14

2018-01-03 Thread Benjamin Peterson
Change by Benjamin Peterson : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___

[issue32484] ImportError for gdbm 1.14

2018-01-02 Thread Chi Hsuan Yen
Chi Hsuan Yen added the comment: I can confirm a rebuild fixes _gdbm for Python 3.6.4. This is also a bug in gdbm - it should bump soname (gdbm.so.4 => gdbm.so.5) for such an ABI incompatibility. I've sent a report to gdbm developers. --

[issue32484] ImportError for gdbm 1.14

2018-01-02 Thread Benjamin Peterson
Benjamin Peterson added the comment: It seems like Python will need to be recompiled then. -- nosy: +benjamin.peterson ___ Python tracker

[issue32484] ImportError for gdbm 1.14

2018-01-02 Thread Chi Hsuan Yen
Change by Chi Hsuan Yen : -- nosy: +Chi Hsuan Yen ___ Python tracker ___ ___

[issue32484] ImportError for gdbm 1.14

2018-01-02 Thread sds
New submission from sds : After upgrading to gdbm stable 1.14, I get this: ``` >>> import gdbm Traceback (most recent call last): File "", line 1, in ImportError: dlopen(/.../lib/python2.7/lib-dynload/gdbm.so, 2): Symbol not found: _gdbm_errno Referenced from: