Re: [Libvir] Ruby bindings for libvirt

2007-08-31 Thread Meng Kuan
On 31 Aug 2007, at 1:56 AM, David Lutterkort wrote: On Thu, 2007-08-30 at 17:32 +0800, Meng Kuan wrote: [EMAIL PROTECTED] libvirt_ruby]# irb irb(main):001:0 require 'libvirt_ruby' = true irb(main):002:0 conn = Libvirt_ruby.virConnectOpenReadOnly() =

Re: [Libvir] Ruby bindings for libvirt

2007-08-31 Thread Meng Kuan
On 30 Aug 2007, at 9:01 PM, Daniel Veillard wrote: 2. Alternatively I can try to make my ruby code use libvirt-python bindings as a python library. Has anyone done so? Any problems with this approach? No idea. But I would be a bit worried about piling up layers like that, might work for you

Re: [Libvir] Ruby bindings for libvirt

2007-08-30 Thread Daniel Veillard
On Thu, Aug 30, 2007 at 05:32:19PM +0800, Meng Kuan wrote: Hi, I am exploring the possibility of creating ruby bindings for libvirt. The only attempt I found after some searching is this: http://www.cs.ucsb.edu/~ckrintz/racelab/jisha/ Following the SWIG method as described in the

Re: [Libvir] Ruby bindings for libvirt

2007-08-30 Thread David Lutterkort
On Thu, 2007-08-30 at 17:32 +0800, Meng Kuan wrote: Hi, I am exploring the possibility of creating ruby bindings for libvirt. The only attempt I found after some searching is this: http://www.cs.ucsb.edu/~ckrintz/racelab/jisha/ Following the SWIG method as described in the above