from gtk import _gtk /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_get_qdata: assertion 'node != NULL' failed from gtk import _gtk Segmentation fault (core dumped)
I freshly installed, on Ubuntu 14.04.2 LTS PyGUI.
So I wanted to test if it works by testing this example from the official documentation:
http://
Howver, I got this error:
begueradj@
/usr/lib/
import gobject._gobject
/usr/lib/
from gtk import _gtk
/usr/lib/
from gtk import _gtk
Segmentation fault (core dumped)
What is the reason of this problem ?
Thank you in advance for any hints.
BEGUERADJ
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Begueradj for more information if necessary.