Gut,
lassen wir das Giftwort "pyuic4" mal weg.
Hier mal die geballte Ladung von Fehlermeldungen die mir das Programm:
vodafone-mobile-connect-card-driver-for-linux
ausgibt:
/usr/lib/python2.6/site-packages/pytz/tzinfo.py:5: DeprecationWarning: the sets module is deprecated
  from sets import Set
/usr/lib/python2.6/site-packages/twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
/usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:4: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import itertools, md5
/usr/lib/python2.6/site-packages/twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import os, md5, sys
/usr/lib/python2.6/site-packages/twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/twisted/python/usage.py", line 373, in <lambda>
    fn = lambda name, value, m=method: m(value)
  File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 473, in opt_reactor
    installReactor(shortName)
  File "/usr/lib/python2.6/site-packages/twisted/application/reactors.py", line 79, in installReactor
    for installer in getReactorTypes():
  File "/usr/lib/python2.6/site-packages/twisted/plugin.py", line 200, in getPlugins
    allDropins = getCache(package)
--- <exception caught here> ---
  File "/usr/lib/python2.6/site-packages/twisted/plugin.py", line 165, in getCache
    provider = pluginModule.load()
  File "/usr/lib/python2.6/site-packages/twisted/python/modules.py", line 380, in load
    return self.pathEntry.pythonPath.moduleLoader(self.name)
  File "/usr/lib/python2.6/site-packages/twisted/python/modules.py", line 618, in moduleLoader
    return self._moduleLoader(modname)
  File "/usr/lib/python2.6/site-packages/twisted/python/reflect.py", line 426, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File "/usr/lib/python2.6/site-packages/twisted/plugins/twisted_conch.py", line 4, in <module>
    from twisted.application.service import ServiceMaker
exceptions.ImportError: cannot import name ServiceMaker
/usr/lib/python2.6/site-packages/pytz/tzinfo.py:5: DeprecationWarning: the sets module is deprecated
  from sets import Set
Efective user id: 0
Da kommt gleich zweimal diese DeprecationWarning. Und da diese Warnung auch bei Aufruf des 
Giftwortes kam, sah ich ein grundsaetzliches problem, welches ich vielleicht mal beseitigen sollte. 
  
 
 
Wolf