[PyQt] Goods news about the "menu text missing in PyKDE apps with
Oxygen" bug
Detlev Offenbach
detlev at die-offenbachs.de
Sat Apr 12 17:00:33 BST 2008
On Donnerstag, 10. April 2008, Simon Edwards wrote:
> Hello all,
>
> Some people here might have crossed paths with the "menu text missing in
> PyKDE apps with Oxygen" bug. Basically menu labels are not rendered when
> a PyKDE4 application is used with the Oxygen widget style. After quite a
> lot of hair-pulling work over the last few days I've figured out what
> the problem is.
>
> First, a solution. Put the following lines in your PyKDE4/__init__.py
> file in your Python installation's site-packages directory. (typically
> /lib/python2.5/site-packages/PyKDE4/__init__.py).
>
> import sys, dl
> sys.setdlopenflags(dl.RTLD_NOW|dl.RTLD_GLOBAL)
Python seems to be broken on openSUSE 10.3 64-bit. It doesn't contain the
dl.so library. Any help is appreciated.
Regards,
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list