Package: luma
Version: 2.4-3
Severity: important
Tags: squeeze sid patch

When using debian/ubuntu distributed version of luma to create object, all
users experiments the following exception:

XX:XX:XX   An unhandled exception occured. This is most likely a bug
in the programming of Luma. In order to fix this, send an email with the
following text and a detailed description of what you were doing to
luma-us...@lists.sourceforge.net.
  File "/usr/lib/luma/base/utils/gui/AdvancedObjectWidget.py", line 442, in
modifierClicked
    self.editAttribute(attributeName, index)
  File "/usr/lib/luma/base/utils/gui/AdvancedObjectWidget.py", line 496, in
editAttribute
    self.ldapDataObject.setAttributeValue(attributeName, index, newValue)
  File "/usr/lib/luma/base/backend/SmartDataObject.py", line 369, in
setAttributeValue
    attributeName = self.attributeMap[attributeName.lower()]
Reason: <type 'exceptions.KeyError'> u'rdn'


Replacing the line 369 of “/usr/lib/luma/base/backend/SmartDataObject.py”
by the following one fixes the problem without cancelling the maintainer work:

        attributeName = self.attributeMap.get(attributeName.lower(),
attributeName)



-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages luma depends on:
ii  python                       2.6.6-12    interactive high-level object-orie
ii  python-ldap                  2.3.11-1    LDAP interface module for Python
ii  python-qt3                   3.18.1-4+b1 Qt3 bindings for Python
ii  python-support               1.0.11      automated rebuilding support for P

luma recommends no packages.

luma suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to