<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 04/27/2014 06:40 AM, Fatemeh Mehdizadeh wrote:<br>
<blockquote
cite="mid:CAJjCBpPfdWACn4iE5sqzQ0OoLhj1hHDPt3=ehEkfKj4cwtYFwQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>Sorry, I forgot to say that my os is fedora 20 and java
version is:<br>
java version "1.7.0_45"<br>
OpenJDK Runtime Environment (fedora-2.4.3.0.fc20-x86_64
u45-b15)<br>
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)<br>
<br>
</div>
thanks again,<br>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Sun, Apr 27, 2014 at 9:07 AM,
Fatemeh Mehdizadeh <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:mehdizadeh.fatemeh@gmail.com" target="_blank">mehdizadeh.fatemeh@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<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
</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>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gtk-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gtk-list@gnome.org">gtk-list@gnome.org</a>
<a class="moz-txt-link-freetext" href="https://mail.gnome.org/mailman/listinfo/gtk-list">https://mail.gnome.org/mailman/listinfo/gtk-list</a>
</pre>
</blockquote>
<br>
Hi,<br>
<br>
I just did a Web search and found
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/18416201/core-dump-with-pyqt4">http://stackoverflow.com/questions/18416201/core-dump-with-pyqt4</a> .
Similar to what happened there, I'd suppose your problem is not a
problem with GTK but with the way some Qt widget is destroyed. Do
you actually use GTK directly in the code, or is it only Qt that
uses GTK?<br>
<br>
Florian<br>
<br>
</body>
</html>