[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#540735: marked as done (system-config-printer-kde broken because "cannot import name options")



Your message dated Sun, 20 Sep 2009 13:53:42 +0200
with message-id <200909201353.45519.didier@raboud.com>
and subject line Bug fixed
has caused the Debian Bug report #540735,
regarding system-config-printer-kde broken because "cannot import name options"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
540735: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540735
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: system-config-printer-kde
Version: 4:4.3.0-1
Severity: important


$ kcmshell4 system-config-printer-kde
Traceback (most recent call last):
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 68, in <module>
    from cupsutils import cupshelpers, options
ImportError: cannot import name options

even removing "options" from line 68 doesn't help:

$ kcmshell4 system-config-printer-kde                                                            
Traceback (most recent call last):                                                                        
  File "<string>", line 18, in kpythonpluginfactory_bridge                                                
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 3997, in CreatePlugin
    kcm = u.makeui(component_data, widget_parent)                                                               
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 127, in makeui       
    self.ui = PyKcm(component_data, parent, self)                                                               
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 103, in __init__     
    uic.loadUi(APPDIR + "/" + "system-config-printer.ui", self)                                                 
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/__init__.py", line 112, in loadUi                                
    return DynamicUILoader().loadUi(uifile, baseinstance)                                                       
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/Loader/loader.py", line 21, in loadUi                            
    return self.parse(filename)                                                                                 
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 700, in parse                                 
    actor(elem)                                                                                                 
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 548, in createUserInterface                   
    self.traverseWidgetTree(elem)                                                                               
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 526, in traverseWidgetTree                    
    handler(self, child)                                                                                        
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 329, in createLayout                          
    self.traverseWidgetTree(elem)                                                                               
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 526, in traverseWidgetTree                    
    handler(self, child)                                                                                        
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 349, in handleItem                            
    self.traverseWidgetTree(elem)                                                                               
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 526, in traverseWidgetTree                    
    handler(self, child)                                                                                        
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 168, in createWidget                          
    self.traverseWidgetTree(elem)                                                                               
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 526, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 168, in createWidget
    self.traverseWidgetTree(elem)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 526, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 329, in createLayout
    self.traverseWidgetTree(elem)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 526, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 349, in handleItem
    self.traverseWidgetTree(elem)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 526, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 329, in createLayout
    self.traverseWidgetTree(elem)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 526, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 349, in handleItem
    self.traverseWidgetTree(elem)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 526, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 162, in createWidget
    self.stack.push(self.setupObject(widgetClass(elem), parent, elem))
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 134, in setupObject
    obj =  self.factory.createQObject(clsname, name, args, is_attribute)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/objcreator.py", line 57, in createQObject
    classType = self.findQObjectType(classname)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/objcreator.py", line 67, in findQObjectType
    w = module.search(classname)
  File "/usr/lib/pymodules/python2.5/PyQt4/uic/Loader/qobjectcreator.py", line 50, in search
    self._modules[module] = __import__(module, {}, {}, (cls,))
ImportError: No module named kpushbutton

Thanks

Mau

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing-proposed-updates
  APT policy: (990, 'testing-proposed-updates'), (990, 'proposed-updates'), (990, 'oldstable-proposed-updates'), (990, 'unstable'), (990, 'testing'), (990, 'stable'), (200, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-p4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to it_IT.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages system-config-printer-kde depends on:
ii  python-cupsutils              1.0.0-6    Python utility modules around the 
ii  python-kde4                   4:4.3.0-1  Python bindings for the KDE 4 libr
ii  python-qt4-dbus               4.5.1-1.1  DBus Support for PyQt4

system-config-printer-kde recommends no packages.

system-config-printer-kde suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 4:4.3.1-1

Hi all, 

I messed up this time… The bug is fixed by the upload of 4:4.3.1-1, but I had 
not committed the "Closes: #540735" string into the svn.

Sorry for that !

Regards, 

OdyX
-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
didier@raboud.com


--- End Message ---

Reply to: