[issue1706863] Failed to build Python 2.5.1 with sqlite3

Hirokazu Yamamoto report at bugs.python.org
Sun Sep 21 14:24:56 CEST 2008


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

>AttributeError: 'NoneType' object has no attribute 'rfind'

Fixing this error is not difficult. I think attached patch is enough.

But still cygwin user who wants to use sqlite3 module won't be happy.
find_library() supports static lib, shared lib, and dylib but ".dll.a"
seems to be windows specific import library. Probably disutils itself
need to be modified. (And probably it's too late for RC phase :-()

----------
keywords: +patch
nosy: +ocean-city
Added file: http://bugs.python.org/file11542/fix_sqlite3_setup_error.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1706863>
_______________________________________


More information about the Python-bugs-list mailing list