Displaying 4 results from an estimated 4 matches for "jones&d".
Did you mean:
jones
2015 Sep 14
2
Re: Issue with python pip install
..._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, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>On Mon, Sep 14, 2015 at 07:06:48PM +0000, John McDowall wrote:
>> Richard,
>>
>> It is looking better, but still getting error - see attached log.
>>
>> I removed all installed packages and yum installed libguestfs
>>...
2015 Sep 14
2
Re: Issue with python pip install
...-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
John
On 9/14/15, 11:21 AM, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>On Mon, Sep 14, 2015 at 06:12:27PM +0000, John McDowall wrote:
>> Richard,
>>
>> Thanks for fast reply - let me remove all the yum packages and then
>> build/install from single version.
>
>I would avoid using 'make inst...
2015 Sep 14
2
Re: Issue with python pip install
Richard,
Thanks for fast reply - let me remove all the yum packages and then
build/install from single version.
Regards
John
On 9/14/15, 11:06 AM, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>On Mon, Sep 14, 2015 at 05:48:24PM +0000, John McDowall wrote:
>> I am trying to build a Python application installer that is using
>>libguestfs. I using the instructions to create the python package posted
>>at
>>
>>
>&...
2015 Sep 14
3
Issue with python pip install
I am trying to build a Python application installer that is using libguestfs. I using the instructions to create the python package posted at
https://github.com/libguestfs/libguestfs/commit/fcbfc4775fa2a44020974073594a745ca420d614
I am getting errors in the compile when I do the "pip install”. I have attached the output from pip. I looked at the code and I do not see anything obvious)
When