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] libvirt on Windows

2007-08-31 Thread Daniel Veillard
On Thu, Aug 30, 2007 at 03:17:35PM -0700, Ronald Long wrote: I am trying to talk to a 4.0.1 Xen Hypervisor (not Xen underneath a Linux Distro) (via Python) from a Windows box. (Am able to successfully connect and communicate using the Xen API Python bindings). Hum,