that date, we will commit the
patch.
Thanks
Marcus (on behalf of python@)
Thanks Marcus, I'll take care of it.
Waitman Gobble
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, sen
On Wed, 29 May 2013 23:20:37 -0700 (PDT), Waitman Gobble
wrote:
>
>
I think I have the issue narrowed down to to the capture exception line: in
the port - files/setup.py
...
try:
import ctypes
ctypes.CDLL('libsqlite3.so').sqlite3_load_extension
except AttributeError:
On Wed, 29 May 2013 19:56:39 -0700 (PDT), Waitman Gobble
wrote:
>
>
>Hi,
>
>on a current, updated machine ..
>
>When I try to install databases/py-sqlite3 it bombs out.
>
>using clang. (similar/same results with gcc/gcc46)
>
>> make
>===> py27-sqlit