Re: Question: "load"ing a shared object in python

2005-01-27 Thread Mark Rowe
On Jan 28, 2005, at 6:48 AM, Rick L. Ratzel wrote: Pro Grammer <[EMAIL PROTECTED]> writes: Hello, all, I am not sure if this is the right place to ask, but could you kindly tell me how to "load" a shared object (like libx.so) into python, so that the methods in the .so can be used? That too, gi

Re: Question: "load"ing a shared object in python

2005-01-27 Thread Rick L. Ratzel
Pro Grammer <[EMAIL PROTECTED]> writes: > Hello, all, > I am not sure if this is the right place to ask, but could you kindly tell me > how to "load" a shared object (like libx.so) into python, so that the methods > in > the .so can be used? That too, given that the shared object was written in

Re: Question: "load"ing a shared object in python

2005-01-26 Thread Simon Brunning
On Tue, 25 Jan 2005 23:19:01 +0200, Pro Grammer <[EMAIL PROTECTED]> wrote: > Hello, all, > I am not sure if this is the right place to ask, but could you kindly > tell me how to "load" a shared object (like libx.so) into python, so > that the methods in the .so can be used? That too, given that the

Question: "load"ing a shared object in python

2005-01-25 Thread Pro Grammer
Hello, all, I am not sure if this is the right place to ask, but could you kindly tell me how to "load" a shared object (like libx.so) into python, so that the methods in the .so can be used? That too, given that the shared object was written in c++, compiled with g++ ? Thanks, Pro Grammer -- ht