[issue32527] windows 7 python 3.6 : after some security updates, import ibm_db fails

TJG report at bugs.python.org
Wed Jan 10 08:56:55 EST 2018


TJG <mail at timgolden.me.uk> added the comment:

The error is coming from the extension module's "connect" function 
(which is the standard DB API entry point for Python database 
interfaces). Presumably from your description, some environmental 
situation leaves it with an unconsidered code path.

This is not apparently a bug in Python; rather in the extension module 
at the Python C API level. Suggest you raise an issue in the ibm_db 
issue tracker.

----------
nosy: +tjguk

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32527>
_______________________________________


More information about the Python-bugs-list mailing list