[issue14572] 2.7.3: sqlite module does not build on centos 5 and Mac OS X 10.4

Marc Abramowitz report at bugs.python.org
Fri May 18 21:08:24 CEST 2012


Marc Abramowitz <msabramo at gmail.com> added the comment:

Just to make this a tad easier, I put Joakim's patch into a gist:

    [marca at logger01.prod1 Python-2.7.3]$ pwd
    /home/marca/src/Python-2.7.3

    [marca at logger01.prod1 Python-2.7.3]$ curl -sk     
    https://raw.github.com/gist/2727063/ | patch -p1
    patching file Modules/_sqlite/connection.c

I suppose this could be fixed in the Python code with some autoconf stuff, but I'm not too comfortable with autoconf.

----------

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


More information about the Python-bugs-list mailing list