Package: python-kde4-dev
Version: 4.0.2-1-1
Severity: normal

Using pykdeuic4 to convert UI files generated by Qt Designer to Python
classes results in wrong mappings for many KDE4 widgets.

While standard classes are imported correctly...
> from PyKDE4 import kdecore
> from PyKDE4 import kdeui
> from PyQt4 import QtCore, QtGui
....special widgets are imported at the end of the document giving a non-
existent package:
> from kcombobox import KComboBox

Correct would be:
> from PyKDE4.kdeui import KComboBox

As the Python class needs to be converted after every change made in Qt
Designer this bug is a bit annoying as changes made to the class are lost on
each update.

Chris

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22 (PREEMPT)
Locale: [EMAIL PROTECTED], LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-kde4-dev depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-central                0.6.1      register and build utility for Pyt
ii  python-qt4                    4.3.3-3    Python bindings for Qt4

Versions of packages python-kde4-dev recommends:
ii  python-kde4                   4.0.2-1-1  Python bindings for the KDE 4 libr

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to