Displaying 3 results from an estimated 3 matches for "wspeirs".
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 "/ho...
2015 May 21
0
Re: [nbdkit python]: unable to locate modules
On Thu, 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",...
2015 May 21
2
Re: [nbdkit python]: unable to locate modules
...015 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 "...