Displaying 6 results from an estimated 6 matches for "speir".
Did you mean:
spir
2001 Jun 23
2
Compiling on FreeBSD bombs at dlls/ntdlls/signal_i386.c
...ared (first use in this function)
*** Error code 1
Stop in /usr/ports/emulators/wine/src/wine/dlls/ntdll.
*** Error code 1
Stop in /usr/ports/emulators/wine/src/wine/dlls.
*** Error code 1
Stop in /usr/ports/emulators/wine/src/wine.
Anybody have a clue what might be goofed up?
--
-Ben Speirs
2015 May 21
2
Re: [nbdkit python]: unable to locate modules
What version of Python were you running for your test?
$ python --version
Python 2.7.9
Also, has anyone written a complex plugin for nbdkit that leverages
shared libraries? I was hoping to hack this together quickly to test
performance...
Thanks!
Bill-
On Thu, May 21, 2015 at 5:34 AM, Richard W.M. Jones <rjones@redhat.com> wrote:
> Judging by this comment, it seems to be a generic
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 "/h...
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...
2015 May 21
0
Re: [nbdkit python]: unable to locate modules
On Thu, May 21, 2015 at 10:03:42AM -0400, Bill Speirs wrote:
> What version of Python were you running for your test?
>
> $ python --version
> Python 2.7.9
2.7.8 here.
> Also, has anyone written a complex plugin for nbdkit that leverages
> shared libraries? I was hoping to hack this together quickly to test
> performance...
N...
2015 May 21
2
Re: [nbdkit python]: unable to locate modules
On Thu, May 21, 2015 at 09:32:48AM +0100, Richard W.M. Jones wrote:
> 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.p...