On 10 Apr 2006 12:42:28 -0700, liam_herron <[EMAIL PROTECTED]> wrote:
> I have compiled my boost-enabled C++ module and have it working when I
> explicity set my LD_LIBRARY_PATH before invoking the python2.4
> interpreter. Now I don't want everyone to have to set this environment
> variable so I w
I have compiled my boost-enabled C++ module and have it working when I
explicity set my LD_LIBRARY_PATH before invoking the python2.4
interpreter. Now I don't want everyone to have to set this environment
variable so I would like to devise a way that the module can load
itself. My attempt was to