Hi all, When starting a python app like yumex I get the following error: [root@srv12 ~]# yumex Xlib: connection to ":0.0" refused by server Xlib: No protocol specified Traceback (most recent call last): File "yumex.py", line 23, in ? File "yumWrapper.py", line 26, in ? File "/usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37, in ? RuntimeError: could not open display Looks like pygtk2 was built with the %{buildroot} prepended in hardcoded paths. pygtk2 version is 2.6.0-2 on FC4. Anyone have an idea how to fix this error? Thanks and regards, Patrick