Re: FreeBSD python patch for devel/mongo-cxx-driver

2013-11-25 Thread Waitman Gobble
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

Re: issues with update databases/py-sqlite3

2013-05-30 Thread Waitman Gobble
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:

Re: issues with update databases/py-sqlite3

2013-05-29 Thread Waitman Gobble
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