search for: cldblkdev

Displaying 3 results from an estimated 3 matches for "cldblkdev".

2015 May 21
2
[nbdkit python]: unable to locate modules
I'm working on a python plugin for nbdkit that treats Google Cloud Storage as a block device. I have a library, gcs.py, that implements simple commands: list, get, put, delete; source is here: https://github.com/wspeirs/cldblkdev/blob/master/gcs.py When I attempt to run nbdkit I get the following error: nbdkit python script=/home/wspeirs/src/cldblkdev/cldblkdev.py Traceback (most recent call last): File "/home/wspeirs/src/cldblkdev/cldblkdev.py", line 5, in <module> import gcs File "/home/wspeirs...
2015 May 21
0
Re: [nbdkit python]: unable to locate modules
...u, May 21, 2015 at 12:10:13AM -0400, Bill Speirs wrote: > I'm working on a python plugin for nbdkit that treats Google Cloud > Storage as a block device. I have a library, gcs.py, that implements > simple commands: list, get, put, delete; source is here: > https://github.com/wspeirs/cldblkdev/blob/master/gcs.py > > When I attempt to run nbdkit I get the following error: I get a slightly different error: Traceback (most recent call last): File "/tmp/gcs.py", line 1, in <module> import json File "/usr/lib64/python2.7/json/__init__.py", line 108,...
2015 May 21
2
Re: [nbdkit python]: unable to locate modules
...2:10:13AM -0400, Bill Speirs wrote: > > I'm working on a python plugin for nbdkit that treats Google Cloud > > Storage as a block device. I have a library, gcs.py, that implements > > simple commands: list, get, put, delete; source is here: > > https://github.com/wspeirs/cldblkdev/blob/master/gcs.py > > > > When I attempt to run nbdkit I get the following error: > > I get a slightly different error: > > Traceback (most recent call last): > File "/tmp/gcs.py", line 1, in <module> > import json > File "/usr/lib64...