Re: Install shared objects into site-packages

2012-03-07 Thread Li-Wen Hsu
On Wed, Mar 07, 2012 at 11:03:01 -0500, Sean C. Farley wrote: > On Fri, 24 Feb 2012, Li-Wen Hsu wrote: > > > On Mon, Feb 20, 2012 at 11:42, Sean C. Farley wrote: > >> I am using virtualenv --no-site-packages (the default now) to be able > >> to build an environment on both FreeBSD and Linux.  Th

Re: Install shared objects into site-packages

2012-03-07 Thread Sean C. Farley
On Fri, 24 Feb 2012, Li-Wen Hsu wrote: On Mon, Feb 20, 2012 at 11:42, Sean C. Farley wrote: I am using virtualenv --no-site-packages (the default now) to be able to build an environment on both FreeBSD and Linux.  The issue I am running into is that _sqlite3.so from databases/py-sqlite3 is be

Re: Install shared objects into site-packages

2012-02-24 Thread Li-Wen Hsu
On Mon, Feb 20, 2012 at 11:42, Sean C. Farley wrote: > I am using virtualenv --no-site-packages (the default now) to be able to > build an environment on both FreeBSD and Linux.  The issue I am running into > is that _sqlite3.so from databases/py-sqlite3 is being installed into > site-packages as

Install shared objects into site-packages

2012-02-19 Thread Sean C. Farley
I am using virtualenv --no-site-packages (the default now) to be able to build an environment on both FreeBSD and Linux. The issue I am running into is that _sqlite3.so from databases/py-sqlite3 is being installed into site-packages as opposed to lib-dynload. On the CentOS we are using, _sqli