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:
macros.append((
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-sqlite3-2.7.5_3 depends on file: /usr/local/bin/pyt