<div class="gmail_quote"><br><br>I have been trying to work out the working of QX11EmbedContainer() for a long time now. I created a huge code. But now have defragmented to following snippet:<div><br></div><div><br></div><div>

<div>import sys</div><div>from PyQt4.QtCore import *</div>
<div>from PyQt4 import QtGui</div><div><br></div><div><br></div><div>if __name__==&#39;__main__&#39;:</div><div>    cont = QtGui.QX11EmbedContainer()</div><div><br></div><div><br></div><div>Whenever I try and run this snippet i get the following error:</div>


<div><br></div><div><div>Traceback (most recent call last):</div><div>  File &quot;/Users/AJ/Desktop/test/test.py&quot;, line 7, in &lt;module&gt;</div><div>    cont = QtGui.QX11EmbedContainer()</div><div>AttributeError: &#39;module&#39; object has no attribute &#39;QX11EmbedContainer&#39;</div>


<div><br></div><div><br></div><div>Please help me how to use QX11EmbedContainer(). Do I need some special installations or am I using the class itself in a wrong manner?</div></div></div>
</div><br><br>