search for: py_guestfs_mount_9p

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

2015 Sep 14
2
Re: Issue with python pip install
Richard, I put an #ifdef around the logic in py_guestfs_mount_9p and py_guestfs_list_9p, I.e. Left the signatures but the functions just return a a NULL PyObject. It now builds and installs with pip. Thanks for all your help most appreciated. Is there a better way to do this?, #ifdefs always seem a little hacky. Regards John On 9/14/15, 12:47 PM, "Richar...
2015 Sep 14
0
Re: Issue with python pip install
On Mon, Sep 14, 2015 at 09:45:16PM +0000, John McDowall wrote: > Richard, > > I put an #ifdef around the logic in py_guestfs_mount_9p and > py_guestfs_list_9p, I.e. Left the signatures but the functions just return > a a NULL PyObject. It now builds and installs with pip. > Thanks for all your help most appreciated. > > Is there a better way to do this?, #ifdefs always seem a little hacky. Actually I was wonderin...
2015 Sep 14
2
Re: Issue with python pip install
Richard, It is looking better, but still getting error - see attached log. I removed all installed packages and yum installed libguestfs libguestfs-devel (1.28.1) Then reset my git repository to 1.28.1 and then $ make clean $ ./autogen.sh --disable-erlang --disable-perl --disable-lua --disable-ruby $ make $ make -C python sdist $ cd python/dist $ sudo pip install guestfs-1.28.1.tar.gz Regards