[X2Go-User] python/gtk issues

Tim Kruse tim.kruse at kikxxl.de
Mon Nov 26 18:29:56 CET 2012


So, it's me again :)

I experienced something really strange for me.

x2goclient:~% ssh -X x2goserver
x2goserver:~% python
Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import gtk
 >>> import gnome.ui
 >>>

Everything's fine. Now let's do the same within an open x2go session
with the same server

x2goserver:~% python
Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import gtk
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py", line 
40, in <module>
     from gtk import _gtk
ImportError: /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0: undefined 
symbol: XRRFreeScreenResources
 >>> import gnome.ui
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0: undefined 
symbol: XRRFreeScreenResources
 >>>

Any hints are very welcome :)

Greetz,

Tim




More information about the x2go-user mailing list