<div dir="ltr"><div><div><div>Hi all,<br><br></div>I have some errors that depend on gtk. the errors are like this:<br><pre>(python:9877): Gtk-CRITICAL **: IA__gtk_container_add: assertion 'GTK_IS_CONTAINER (container)' failed
(python:9877): Gtk-CRITICAL **: IA__gtk_widget_realize: assertion 'GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed<br><br></pre>I have two programs in python. first program1 start and when finished the other program start.<br>
</div><div>when program2 start it shows the error and cannot work well.<br><br></div>Both programs used gtk . the codes start with:<br>import sys<br>from PyQt4 import QtGui, QtCore<br><br></div>Thanks for your help.<br></div>