<span style="font-family:Verdana,Arial,Helvetica,sans-serif;line-height:18px;text-align:left;background-color:rgb(255,255,255)">I am have a problem when I am importing QtGui from PyQT4 inside Houdini's python. </span><div>
<span style="font-family:Verdana,Arial,Helvetica,sans-serif;line-height:18px;text-align:left;background-color:rgb(255,255,255)"><br></span></div><div><span style="font-family:Verdana,Arial,Helvetica,sans-serif;line-height:18px;text-align:left;background-color:rgb(255,255,255)">import PyQt4 is without errors but the QtGui gives the same error:</span></div>
<div><span style="font-family:Verdana,Arial,Helvetica,sans-serif;line-height:18px;text-align:left;background-color:rgb(255,255,255)"><div>>>> from PyQt4 import QtCore</div><div>Traceback (most recent call last):</div>
<div>  File "<console>", line 1, in <module></div><div>ImportError: /usr/lib/python2.6/dist-packages/PyQt4/QtCore.so: undefined symbol: _PyByteArray_empty_stri</div><div>ng</div><div>Houdini in my machine uses its own python2.6.4 and not system's python2.6.7 but Houdini's python calling pyqt4 from system's python with:</div>
</span></div><div><span style="font-family:Verdana,Arial,Helvetica,sans-serif;line-height:18px;text-align:left;background-color:rgb(255,255,255)"><br></span></div><div><font style="background-color:rgb(255,255,255)"><b id="internal-source-marker_0.21299699554219842" style="font-family:'Times New Roman'"><span style="font-family:Arial;font-weight:normal;vertical-align:baseline;white-space:pre-wrap">>>> import sys</span><br>
<span style="font-family:Arial;font-weight:normal;vertical-align:baseline;white-space:pre-wrap">>>> sys.path.append('/usr/lib/python2.6/dist-packages')</span></b><span style="font-family:Verdana,Arial,Helvetica,sans-serif;line-height:18px;text-align:left"><br>
</span></font></div><div><b style="font-family:'Times New Roman'"><span style="font-family:Arial;font-weight:normal;vertical-align:baseline;white-space:pre-wrap;background-color:rgb(255,255,255)"><br></span></b></div>
<div><font style="background-color:rgb(255,255,255)"><span style="font-family:Verdana,Arial,Helvetica,sans-serif;line-height:18px;text-align:left">and maybe thats the problem, the small difference between the two python versions. PyQt in stadard python works fine. Any idea why is this happening, how to fix it? Do I have to install python2.6.4 in my system also in order to much with Houdini's and if yes, which version of pyqt I should install? Does linux choose the right one based on the python installed in the system?</span><br>
</font></div><div><div><font style="background-color:rgb(255,255,255)"><br></font></div><div><font style="background-color:rgb(255,255,255)">cheers</font></div><font style="background-color:rgb(255,255,255)">-- <br>Christos Parliaros<br>
</font><br>
</div>