Public bug reported:

After upgrade to python2.5 some utils writen in python have problems.
I've found until yet: guidance-power-manager (kde-guidance-powermanager)
                                   twistd (python-twisted-core)
                                   qt-language-selector (language-selector-qt)

Errors:

malmo@/home/malmo >/usr/bin/guidance-power-manager
malmo@/home/malmo >Traceback (most recent call last):
  File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", line 
38, in <module>
    import dbus
  File "/var/lib/python-support/python2.5/dbus/__init__.py", line 1, in <module>
    from _dbus import *
  File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 48, in <module>
    from proxies import *
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 2, in <module>
    import introspect_parser
  File "/var/lib/python-support/python2.5/dbus/introspect_parser.py", line 1, 
in <module>
    import libxml2
  File "/var/lib/python-support/python2.5/libxml2.py", line 1, in <module>
    import libxml2mod
ImportError: /var/lib/python-support/python2.5/libxml2mod.so: undefined symbol: 
xmlTextReaderSetSchema

malmo@/home/malmo >/usr/bin/twistd
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/twisted/python/usage.py", line 373, in 
__str__
    return self.getSynopsis() + '\n' + self.getUsage(width=None)
  File "/usr/lib/python2.5/site-packages/twisted/python/usage.py", line 407, in 
getUsage
    for (cmd, short, parser, desc) in self.subCommands:
  File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 364, 
in subCommands
    for plug in plugins:
  File "/usr/lib/python2.5/site-packages/twisted/plugin.py", line 227, in 
getPlugins
    allDropins = getCache(package)
--- <exception caught here> ---
  File "/usr/lib/python2.5/site-packages/twisted/plugin.py", line 178, in 
getCache
    provider = namedAny(module.__name__ + '.' + moduleName)
  File "/usr/lib/python2.5/site-packages/twisted/python/reflect.py", line 357, 
in namedAny
    topLevelPackage = __import__(trialname)
  File "/usr/lib/python2.5/site-packages/twisted/plugins/twisted_web2.py", line 
7, in <module>
    from twisted.web2.iweb import IResource
  File "/usr/lib/python2.5/site-packages/twisted/web2/iweb.py", line 58, in 
<module>
    class IOldNevowResource(components.Interface):
exceptions.AttributeError: 'module' object has no attribute 'Interface'

malmo@/home/malmo >/usr/bin/qt-language-selector
Traceback (most recent call last):
  File "/usr/bin/qt-language-selector", line 8, in <module>
    from LanguageSelector.qt.QtLanguageSelector import QtLanguageSelector
  File 
"/usr/lib/python2.5/site-packages/LanguageSelector/qt/QtLanguageSelector.py", 
line 13, in <module>
    from QtLanguageSelectorGUI import Ui_QtLanguageSelectorGUI
ImportError: cannot import name Ui_QtLanguageSelectorGUI

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

** Description changed:

  After upgrade to python2.5 some utils writen in python have problems.
  I've found until yet: guidance-power-manager (kde-guidance-powermanager)
                                     twistd (python-twisted-core)
-                                    qt-language-selector (python-twisted-core)
+                                    qt-language-selector (language-selector-qt)
  
  Errors:
  
  malmo@/home/malmo >/usr/bin/guidance-power-manager
  malmo@/home/malmo >Traceback (most recent call last):
    File "/usr/share/python-support/kde-guidance/guidance-power-manager.py", 
line 38, in <module>
      import dbus
    File "/var/lib/python-support/python2.5/dbus/__init__.py", line 1, in 
<module>
      from _dbus import *
    File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 48, in <module>
      from proxies import *
    File "/var/lib/python-support/python2.5/dbus/proxies.py", line 2, in 
<module>
      import introspect_parser
    File "/var/lib/python-support/python2.5/dbus/introspect_parser.py", line 1, 
in <module>
      import libxml2
    File "/var/lib/python-support/python2.5/libxml2.py", line 1, in <module>
      import libxml2mod
  ImportError: /var/lib/python-support/python2.5/libxml2mod.so: undefined 
symbol: xmlTextReaderSetSchema
  
  malmo@/home/malmo >/usr/bin/twistd
  Traceback (most recent call last):
    File "/usr/lib/python2.5/site-packages/twisted/python/usage.py", line 373, 
in __str__
      return self.getSynopsis() + '\n' + self.getUsage(width=None)
    File "/usr/lib/python2.5/site-packages/twisted/python/usage.py", line 407, 
in getUsage
      for (cmd, short, parser, desc) in self.subCommands:
    File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 
364, in subCommands
      for plug in plugins:
    File "/usr/lib/python2.5/site-packages/twisted/plugin.py", line 227, in 
getPlugins
      allDropins = getCache(package)
  --- <exception caught here> ---
    File "/usr/lib/python2.5/site-packages/twisted/plugin.py", line 178, in 
getCache
      provider = namedAny(module.__name__ + '.' + moduleName)
    File "/usr/lib/python2.5/site-packages/twisted/python/reflect.py", line 
357, in namedAny
      topLevelPackage = __import__(trialname)
    File "/usr/lib/python2.5/site-packages/twisted/plugins/twisted_web2.py", 
line 7, in <module>
      from twisted.web2.iweb import IResource
    File "/usr/lib/python2.5/site-packages/twisted/web2/iweb.py", line 58, in 
<module>
      class IOldNevowResource(components.Interface):
  exceptions.AttributeError: 'module' object has no attribute 'Interface'
  
  malmo@/home/malmo >/usr/bin/qt-language-selector
  Traceback (most recent call last):
    File "/usr/bin/qt-language-selector", line 8, in <module>
      from LanguageSelector.qt.QtLanguageSelector import QtLanguageSelector
    File 
"/usr/lib/python2.5/site-packages/LanguageSelector/qt/QtLanguageSelector.py", 
line 13, in <module>
      from QtLanguageSelectorGUI import Ui_QtLanguageSelectorGUI
  ImportError: cannot import name Ui_QtLanguageSelectorGUI

** Tags added: feisty guidance-power-manager language-selector-qt python
python-twisted-core

-- 
python2.5 problems
https://launchpad.net/bugs/80567

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to