<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>I am trying to build a Python application installer that is using libguestfs. I using the instructions to create the python package posted at </div>
<div><br>
</div>
<div><a href="https://github.com/libguestfs/libguestfs/commit/fcbfc4775fa2a44020974073594a745ca420d614">https://github.com/libguestfs/libguestfs/commit/fcbfc4775fa2a44020974073594a745ca420d614</a></div>
<div><br>
</div>
<div>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)</div>
<div><br>
</div>
<div>When I do a yum install of python-libguestds.x86_64 the python interface works correctly.</div>
<div><br>
</div>
<div>Version/Platform Information</div>
<div><br>
</div>
<div>Platform: Centos-7</div>
<div><br>
</div>
<div>libguestfs version: 1.31..6</div>
<div>
<div><br>
</div>
<div>$ uname -a</div>
<div> Linux localhost.localdomain 3.10.0-229.11.1.el7.x86_64 #1 SMP Thu Aug 6 01:06:18 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux</div>
</div>
<div><br>
</div>
<div>
<div>$ gcc --version</div>
<div>gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9)</div>
<div>Copyright (C) 2013 Free Software Foundation, Inc.</div>
<div>This is free software; see the source for copying conditions.  There is NO</div>
<div>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</div>
</div>
<div><br>
</div>
<div>
<div>$ python --version</div>
<div>Python 2.7.5</div>
</div>
<div><br>
</div>
<div>Any help or suggestions would be appreciated.</div>
<div><br>
</div>
<div>Regards</div>
<div><br>
</div>
<div>John</div>
</body>
</html>