Re: Problem Dynamic Loading Linux C++ .so module using python2.4

2006-04-10 Thread Roman Yakovenko
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

Problem Dynamic Loading Linux C++ .so module using python2.4

2006-04-10 Thread liam_herron
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