Re: [Distutils] setuptools and shared library dependencies

2009-02-04 Thread Greg Landrum
On Wed, Feb 4, 2009 at 4:32 PM, P.J. Eby wrote: > At 06:57 AM 2/4/2009 +0100, Greg Landrum wrote: >> >> If I were not using setuputils, I would make sure that I had BASE/bin >> in my LD_LIBRARY_PATH and everything would work without problems. >> >> If I explictly add the bin directory from the egg

Re: [Distutils] setuptools and shared library dependencies

2009-02-04 Thread P.J. Eby
At 06:57 AM 2/4/2009 +0100, Greg Landrum wrote: If I were not using setuputils, I would make sure that I had BASE/bin in my LD_LIBRARY_PATH and everything would work without problems. If I explictly add the bin directory from the egg (/usr/lib/python2.5/site-packages/BASE-0.1-py2.5-linux-i686.eg

[Distutils] setuptools and shared library dependencies

2009-02-03 Thread Greg Landrum
Dear all, I'm in the process of shifting a project I run over to using setuptools for distribution. Things have mostly worked quite well to this point, so compliments to all involved. :-) I'm just about finished, but I've run up against a problem with extension modules that have shared library de