Re: Python,SWIG and libjvm

2007-09-20 Thread Graham Dumpleton
On Sep 21, 9:00 am, sapsi <[EMAIL PROTECTED]> wrote: > Hello, > I'm not sure if this the correct list but here goes (and sorry for the > noise). I've been attempting to wrap python around libhdfs. > So far so good (i've attached the SWIG template at the end). The > compilation works without errors

Re: Python,SWIG and libjvm

2007-09-20 Thread sapsi
On Sep 20, 8:22 pm, sapsi <[EMAIL PROTECTED]> wrote: > On Sep 20, 7:00 pm, sapsi <[EMAIL PROTECTED]> wrote: > > > Hello, > > I'm not sure if this the correct list but here goes (and sorry for the > > noise). I've been attempting to wrap python around libhdfs. > > So far so good ( > > I should point

Re: Python,SWIG and libjvm

2007-09-20 Thread sapsi
On Sep 20, 7:00 pm, sapsi <[EMAIL PROTECTED]> wrote: > Hello, > I'm not sure if this the correct list but here goes (and sorry for the > noise). I've been attempting to wrap python around libhdfs. > So far so good ( I should point out that libhdfs is a c library to Hadoop Distributed FileSystem.

Python,SWIG and libjvm

2007-09-20 Thread sapsi
Hello, I'm not sure if this the correct list but here goes (and sorry for the noise). I've been attempting to wrap python around libhdfs. So far so good (i've attached the SWIG template at the end). The compilation works without errors and the shared objects do have references to all the functions.