[Aoetools-discuss] Patch for Python interface for vblade

2010-12-21 Thread Nick Craig-Wood
I've hacked a python interface onto vblade by embedding python into vblade. This means that instead of pointing vblade at a block device or file, you can point it at a python program. Eg sudo ./vblade -p 1 2 lo file_driver.py params This is very useful for experimenting with block devices,

Re: [Aoetools-discuss] Patch for Python interface for vblade

2010-12-21 Thread Ed Cashin
On Dec 21, 2010, at 10:05 AM, Nick Craig-Wood wrote: I've hacked a python interface onto vblade by embedding python into vblade. This means that instead of pointing vblade at a block device or file, you can point it at a python program. That is a very interesting patch. Thank you for

Re: [Aoetools-discuss] Patch for Python interface for vblade

2010-12-21 Thread Nick Craig-Wood
On 21/12/10 17:17, Ed Cashin wrote: On Dec 21, 2010, at 10:05 AM, Nick Craig-Wood wrote: I've hacked a python interface onto vblade by embedding python into vblade. This means that instead of pointing vblade at a block device or file, you can point it at a python program. That is a very