Re: Bundling Python extensions that depend on C libraries

2007-12-08 Thread Marco Pesenti Gritti
On Dec 8, 2007 9:59 AM, Bert Freudenberg <[EMAIL PROTECTED]> wrote: > On Dec 8, 2007, at 1:15 , Asheesh Laroia wrote: > > > I'd like to bundle a Python C extension and use it from my > > activity. This > > requires Python to dlopen() a shared library whose path can change > > depending on where th

Re: Bundling Python extensions that depend on C libraries

2007-12-08 Thread Bert Freudenberg
On Dec 8, 2007, at 1:15 , Asheesh Laroia wrote: > I'd like to bundle a Python C extension and use it from my > activity. This > requires Python to dlopen() a shared library whose path can change > depending on where the activity is installed, but also whose path is > different than on my deskto

Bundling Python extensions that depend on C libraries

2007-12-07 Thread Asheesh Laroia
I'd like to bundle a Python C extension and use it from my activity. This requires Python to dlopen() a shared library whose path can change depending on where the activity is installed, but also whose path is different than on my desktop where I built the .xo. Initially I tried to set os['LD_