Bug#472624: Elisa 0.5.25 upload

2009-07-05 Thread Norman Messtorff
Hi Paul,

thanks for your upload. I've installed elisa 0.5.37 from experimental
and had to install python-twisted and python-coherence by hand.

Elisa is still crashing, even if I remove the ~/.elisa* stuff.

Attached you'll find the traceback...


Norman
nor...@orp:~$ elisa -t
Launcher core version: 0.5.37
Current core version: 0.5.37
WARN  MainThread  application Jul 05 19:45:45  An Traceback 
occurred and got saved to /tmp/elisa_HCxIaV.txt (elisa/core/application.py:313)
type 'exceptions.AttributeError'
Python 2.5.4: /usr/bin/python
Sun Jul  5 19:45:45 2009

A problem occurred in a Python script.  Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /usr/bin/elisa in module()
5 from pkg_resources import load_entry_point
6 
7 sys.exit(
8load_entry_point('elisa==0.5.37', 'gui_scripts', 'elisa')()
9 )
load_entry_point = function load_entry_point at 0xb7bf4224

 /usr/lib/python2.5/site-packages/elisa/core/launcher.py in main()
  387 
  388 def main():
  389 Launcher().main(sys.argv)
  390 
  391 
global Launcher = class 'elisa.core.launcher.Launcher'
).main = unbound method Launcher.main
global sys = module 'sys' (built-in)
sys.argv = ['/usr/bin/elisa', '-t']

 /usr/lib/python2.5/site-packages/elisa/core/launcher.py in 
main(self=elisa.core.launcher.Launcher object at 0xb7c0bfac, 
argv=['/usr/bin/elisa', '-t'])
   81 self.main_before_voodoo()
   82 # from now on it's safe to import stuff
   83 return self.main_after_voodoo(argv)
   84 
   85 def setup_win_output_redirection(self):
self = elisa.core.launcher.Launcher object at 0xb7c0bfac
self.main_after_voodoo = bound method Launcher.main_after_voodoo of 
elisa.core.launcher.Launcher object at 0xb7c0bfac
argv = ['/usr/bin/elisa', '-t']

 /usr/lib/python2.5/site-packages/elisa/core/launcher.py in 
main_after_voodoo(self=elisa.core.launcher.Launcher object at 0xb7c0bfac, 
argv=['/usr/bin/elisa', '-t'])
  228 self.exit(2)
  229 
  230 self.run_application()
  231 
  232 def set_win_environment_after_voodoo(self):
self = elisa.core.launcher.Launcher object at 0xb7c0bfac
self.run_application = bound method Launcher.run_application of 
elisa.core.launcher.Launcher object at 0xb7c0bfac

 /usr/lib/python2.5/site-packages/elisa/core/launcher.py in 
run_application(self=elisa.core.launcher.Launcher object at 0xb7c0bfac)
  358 from twisted.internet import reactor
  359 
  360 application = Application(self.options)
  361 common.set_application(application)
  362 
application undefined
Application = class 'elisa.core.application.Application'
self = elisa.core.launcher.Launcher object at 0xb7c0bfac
self.options = {'files': (), 'fullscreen': 0, 'shell': 0, 'log'... 
'unfullscreen': 0, 'rss': None, 'tracebacks': 1}

 /usr/lib/python2.5/site-packages/elisa/core/application.py in 
__init__(self=elisa.core.application.Application object at 0x8934a8c, 
options={'files': (), 'fullscreen': 0, 'shell': 0, 'log'... 'unfullscreen': 0, 
'rss': None, 'tracebacks': 1})
  246 self.store = None
  247 
  248 self.bus = bus.Bus()
  249 
  250 self.service_manager = service_manager.ServiceManager()
self = elisa.core.application.Application object at 0x8934a8c
self.bus undefined
global bus = module 'elisa.core.bus' from 
'/usr/lib/python2.5/site-packages/elisa/core/bus/__init__.pyc'
bus.Bus undefined
type 'exceptions.AttributeError': 'module' object has no attribute 'Bus'
__class__ = type 'exceptions.AttributeError'
__delattr__ = method-wrapper '__delattr__' of exceptions.AttributeError 
object at 0xb7d8ea6c
__dict__ = {}
__doc__ = 'Attribute not found.'
__getattribute__ = method-wrapper '__getattribute__' of 
exceptions.AttributeError object at 0xb7d8ea6c
__getitem__ = method-wrapper '__getitem__' of exceptions.AttributeError 
object at 0xb7d8ea6c
__getslice__ = method-wrapper '__getslice__' of exceptions.AttributeError 
object at 0xb7d8ea6c
__hash__ = method-wrapper '__hash__' of exceptions.AttributeError object 
at 0xb7d8ea6c
__init__ = method-wrapper '__init__' of exceptions.AttributeError object 
at 0xb7d8ea6c
__new__ = built-in method __new__ of type object at 0x8144f40
__reduce__ = built-in method __reduce__ of exceptions.AttributeError 
object at 0xb7d8ea6c
__reduce_ex__ = built-in method __reduce_ex__ of exceptions.AttributeError 
object at 0xb7d8ea6c
__repr__ = method-wrapper '__repr__' of exceptions.AttributeError object 
at 0xb7d8ea6c
__setattr__ = method-wrapper '__setattr__' of exceptions.AttributeError 
object at 0xb7d8ea6c
__setstate__ = built-in method __setstate__ of exceptions.AttributeError 
object at 0xb7d8ea6c
__str__ = method-wrapper '__str__' of exceptions.AttributeError object at 
0xb7d8ea6c
args = ('module' object has no attribute 'Bus',)
message = 'module' object has no attribute 'Bus'

The above is a 

Bug#472624: Elisa 0.5.25 upload

2009-07-05 Thread Paul van Tilburg
Hi Norman,

On Sun, Jul 05, 2009 at 07:53:19PM +0200, Norman Messtorff wrote:
 thanks for your upload. I've installed elisa 0.5.37 from experimental
 and had to install python-twisted and python-coherence by hand.

I don't have python-twisted installed, and it works fine.  Where did you
found you needed this, just having python-twisted-{core,web,web2} should
be fine.

 
 Elisa is still crashing, even if I remove the ~/.elisa* stuff.
 
 Attached you'll find the traceback...

Yes, I've seen this before.  Could you purge elisa, elisa-plugins*,
and python-elisa, and then do aptitude install -t experimental
elisa and see if that works?  I expect it does.  

There seems to be a problem when upgrading from 0.3 (currently in Lenny,
Squeeze, Sid) to 0.537 (from exp) and some python module symlinks that
remain.  I still have to follow up on that and get it fixed.

Paul

-- 
PhD Student @ Eindhoven | email: pau...@debian.org
University of Technology, The Netherlands   | JID: p...@luon.net
 Using the Power of Debian GNU/Linux  | GnuPG key ID: 0x50064181



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



Bug#472624: Elisa 0.5.25 upload

2009-02-02 Thread Paul van Tilburg
Hello,

I have just uploaded Elisa 0.5.25 to Debian experimental, it should be
there tomorrow (at least for amd64).  Since there haven't been updates
of Elisa for quite a while, the problem you reported might have been
solved. 
Could you test if the problem you have reported still occurs in this
release?

Thanks in advance,
Paul

-- 
PhD Student @ Eindhoven | email: pau...@debian.org
University of Technology, The Netherlands   | JID: p...@luon.net
 Using the Power of Debian GNU/Linux  | GnuPG key ID: 0x50064181



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