Hi all,
As I've mentioned previously, moovida wasn't picking up the web2 module,
throwing a "exceptions.ImportError: No module named web2" error. I'm still
receiving this error when using moovida installed on F11 from Matthias'
packages. I've attached the console output from running the command
'moovida'.

Should I be filing a bug in this case?

Cheers,

Matt
[matt...@localhost /]$ moovida 
Launcher core version: 1.0.1
/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/_sslverify.py:5:
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import itertools, md5
Current core version: 1.0.1
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 467, in namedAny
    obj = getattr(obj, n)
exceptions.AttributeError: 'module' object has no attribute 'upnp_resource'

WARN  MainThread      resource_manager            Jun 02 09:04:42  Creating 
elisa.plugins.coherence.upnp_resource:UpnpResource failed. A full traceback can 
be found at /tmp/elisa_M3N7Ui.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 467, in namedAny
    obj = getattr(obj, n)
exceptions.AttributeError: 'module' object has no attribute 'coherence_resource'

WARN  MainThread      resource_manager            Jun 02 09:04:42  Creating 
elisa.plugins.coherence.coherence_resource:CoherenceResource failed. A full 
traceback can be found at /tmp/elisa_U5xN8c.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_daap-0.0.1-py2.6.egg/elisa/plugins/daap/daap_resource_provider.py",
 line 29, in <module>
    from elisa.plugins.daap.daap_connection import DaapConnection
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_daap-0.0.1-py2.6.egg/elisa/plugins/daap/daap_connection.py",
 line 26, in <module>
    from elisa.plugins.http_client.http_client import ElisaHttpClient
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_http_client-0.1-py2.6.egg/elisa/plugins/http_client/http_client.py",
 line 22, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:42  Creating 
elisa.plugins.daap.daap_resource_provider:DaapResourceProvider failed. A full 
traceback can be found at /tmp/elisa_5R2mgg.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/launcher.py",
 line 382, in run_application
    reactor.run()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 185, in run
    self.__run()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_search-0.0.2-py2.6.egg/elisa/plugins/search/search_metaresource_provider.py",
 line 91, in iterate
    klass = entry.load()
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1913, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File 
"/home/matthew/.moovida/plugins/elisa_plugin_grooveshark-0.2.1.egg/elisa/plugins/grooveshark/searcher.py",
 line 26, in <module>
    
  File 
"/home/matthew/.moovida/plugins/elisa_plugin_grooveshark-0.2.1.egg/elisa/plugins/grooveshark/models.py",
 line 31, in <module>
    
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_http_client-0.1-py2.6.egg/elisa/plugins/http_client/http_client.py",
 line 22, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:42  Creating 
elisa.plugins.search.search_metaresource_provider:SearchMetaresourceProvider 
failed. A full traceback can be found at /tmp/elisa_WTZDa6.txt 
(elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_amazon-0.1-py2.6.egg/elisa/plugins/amazon/resource_provider.py",
 line 26, in <module>
    from elisa.plugins.http_client.http_client import ElisaAdvancedHttpClient
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_http_client-0.1-py2.6.egg/elisa/plugins/http_client/http_client.py",
 line 22, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:42  Creating 
elisa.plugins.amazon.resource_provider:AmazonResourceProvider failed. A full 
traceback can be found at /tmp/elisa_dCSX5A.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_elisa_updater-0.2-py2.6.egg/elisa/plugins/elisa_updater/resource_provider.py",
 line 23, in <module>
    from twisted.web2.stream import BufferedStream
exceptions.ImportError: No module named web2.stream

WARN  MainThread      resource_manager            Jun 02 09:04:42  Creating 
elisa.plugins.elisa_updater.resource_provider:UpdaterResourceProvider failed. A 
full traceback can be found at /tmp/elisa_h9Ts_d.txt (elisa/core/manager.py:97)
/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/service_manager.py:27:
 DeprecationWarning: ServiceProvider.start is deprecated.
  warn("ServiceProvider.%s is deprecated." % attr, DeprecationWarning)
/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/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-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 467, in namedAny
    obj = getattr(obj, n)
exceptions.AttributeError: 'module' object has no attribute 
'avahi_resource_provider'

WARN  MainThread      resource_manager            Jun 02 09:04:43  Creating 
elisa.plugins.avahi.avahi_resource_provider:AvahiResourceProvider failed. A 
full traceback can be found at /tmp/elisa_QQQmkg.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_shoutcast-0.2-py2.6.egg/elisa/plugins/shoutcast/shoutcast_resource.py",
 line 26, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:43  Creating 
elisa.plugins.shoutcast.shoutcast_resource:ShoutcastResource failed. A full 
traceback can be found at /tmp/elisa_Cy28Jx.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/launcher.py",
 line 230, in main_after_voodoo
    self.run_application()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/launcher.py",
 line 382, in run_application
    reactor.run()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 185, in run
    self.__run()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/tcp.py",
 line 657, in doConnect
    self.failIfNotConnected(error.getConnectError((connectResult, 
strerror(connectResult))))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/tcp.py",
 line 583, in failIfNotConnected
    self.connector.connectionFailed(failure.Failure(err))
exceptions.AttributeError: CallbackConnector instance has no attribute 
'connectionFailed'
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_flickr-0.4-py2.6.egg/elisa/plugins/flickr/resource_provider.py",
 line 28, in <module>
    from elisa.plugins.http_client.http_client import ElisaHttpClient, \
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_http_client-0.1-py2.6.egg/elisa/plugins/http_client/http_client.py",
 line 22, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:43  Creating 
elisa.plugins.flickr.resource_provider:FlickrResourceProvider failed. A full 
traceback can be found at /tmp/elisa_8nVjsj.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_thetvdb-0.3-py2.6.egg/elisa/plugins/thetvdb/resource_provider.py",
 line 24, in <module>
    from elisa.plugins.http_client.http_client import ElisaAdvancedHttpClient
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_http_client-0.1-py2.6.egg/elisa/plugins/http_client/http_client.py",
 line 22, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:43  Creating 
elisa.plugins.thetvdb.resource_provider:TheTvDBResourceProvider failed. A full 
traceback can be found at /tmp/elisa_evbJI5.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
Failure: exceptions.RuntimeError: hildon not running

WARN  MainThread      service_manager             Jun 02 09:04:43  Creating 
elisa.plugins.osso.osso_service:OssoService failed. A full traceback can be 
found at /tmp/elisa_dGTLzA.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/home/matthew/.moovida/plugins/elisa_plugin_grooveshark-0.2.1.egg/elisa/plugins/grooveshark/resource_provider.py",
 line 25, in <module>
    
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_http_client-0.1-py2.6.egg/elisa/plugins/http_client/http_client.py",
 line 22, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:43  Creating 
elisa.plugins.grooveshark.resource_provider:GroovesharkResourceProvider failed. 
A full traceback can be found at /tmp/elisa_xrACdN.txt 
(elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_themoviedb-0.2-py2.6.egg/elisa/plugins/themoviedb/resource_provider.py",
 line 24, in <module>
    from elisa.plugins.http_client.http_client import ElisaAdvancedHttpClient
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_http_client-0.1-py2.6.egg/elisa/plugins/http_client/http_client.py",
 line 22, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:43  Creating 
elisa.plugins.themoviedb.resource_provider:TheMovieDBResourceProvider failed. A 
full traceback can be found at /tmp/elisa_znbZbZ.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_youtube-0.5-py2.6.egg/elisa/plugins/youtube/resource_provider.py",
 line 25, in <module>
    from elisa.plugins.http_client.http_client import ElisaAdvancedHttpClient
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_http_client-0.1-py2.6.egg/elisa/plugins/http_client/http_client.py",
 line 22, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:43  Creating 
elisa.plugins.youtube.resource_provider:YoutubeResourceProvider failed. A full 
traceback can be found at /tmp/elisa_DDeuUq.txt (elisa/core/manager.py:97)
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/gtk2reactor.py",
 line 225, in simulate
    self.runUntilCurrent()
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/base.py",
 line 757, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/task.py",
 line 251, in _tick
    result = iterator.next()
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/manager.py", 
line 101, in load_components_iter
    dfr = plugin_registry.create_component(component_name)
--- <exception caught here> ---
  File 
"/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/plugin_registry.py",
 line 1075, in create_component
    component_class = reflect.namedAny('%s.%s' % (module, klass))
  File 
"/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/reflect.py",
 line 456, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_discogs-0.0.1-py2.6.egg/elisa/plugins/discogs/discogs_resource.py",
 line 26, in <module>
    from elisa.plugins.http_client.http_client import ElisaAdvancedHttpClient, \
  File 
"/usr/lib/python2.6/site-packages/elisa_plugin_http_client-0.1-py2.6.egg/elisa/plugins/http_client/http_client.py",
 line 22, in <module>
    from twisted.web2 import responsecode
exceptions.ImportError: No module named web2

WARN  MainThread      resource_manager            Jun 02 09:04:43  Creating 
elisa.plugins.discogs.discogs_resource:DiscogsResource failed. A full traceback 
can be found at /tmp/elisa_4Vd9WF.txt (elisa/core/manager.py:97)
/usr/lib/python2.6/site-packages/elisa_plugin_pigment-0.13-py2.6.egg/elisa/plugins/pigment/widgets/list.py:420:
 DeprecationWarning: integer argument expected, got float
  for i in xrange(nb_widgets):
WARN  MainThread      pigment_frontend            Jun 02 09:04:46  exception 
importing decorator 
elisa.plugins.grooveshark.controller:grooveshark_player_decorator:
failure <type 'exceptions.ImportError'> at 
elisa/plugins/http_client/http_client.py:22: <module>(): No module named web2 
(elisa/plugins/pigment/pigment_frontend.py:258)
WARN  MainThread      gst_metadata_slave_process_protocol Jun 02 09:04:46  
/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/_sslverify.py:5:
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import itertools, md5
/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/filepath.py:12:
 DeprecationWarning: the sha module is deprecated; use the hashlib module 
instead
  import sha
(Slave-2 stderr) (elisa/plugins/amp/master.py:71)
WARN  MainThread      gst_metadata_slave_process_protocol Jun 02 09:04:46  
/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/internet/_sslverify.py:5:
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import itertools, md5
/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/python/filepath.py:12:
 DeprecationWarning: the sha module is deprecated; use the hashlib module 
instead
  import sha
(Slave-5 stderr) (elisa/plugins/amp/master.py:71)
WARN  MainThread      update_checker              Jun 02 09:04:49  Problem when 
requesting forupdate: [Failure instance: Traceback (failure with no frames): 
<class 'twisted.web.error.Error'>: 500 Internal Server Error
] (elisa/core/utils/update_checker.py:173)
/usr/lib/python2.6/site-packages/elisa-1.0.1-py2.6.egg/elisa/core/service_manager.py:27:
 DeprecationWarning: ServiceProvider.stop is deprecated.
  warn("ServiceProvider.%s is deprecated." % attr, DeprecationWarning)
[matt...@localhost /]$ 

Reply via email to