Using the final build of Ubuntu 9.10, 64 bit and got the following dump when 
using Weather 0.0.5 (but other plugins are having similar dumps)...
=================
m0rph...@m0rph1as-laptop:~/Apps/desklets/weather-0.0.5$ ./weather.py 
Traceback (most recent call last):
  File "./weather.py", line 52, in <module>
    import adesklets
  File "/usr/lib/python2.6/dist-packages/adesklets/__init__.py", line 30, in 
<module>
    from adesklets.initializer import _Initializer
  File "/usr/lib/python2.6/dist-packages/adesklets/initializer.py", line 13, in 
<module>
    from children_handler import _Children_handler
  File "/usr/lib/python2.6/dist-packages/adesklets/children_handler.py", line 
5, in <module>
    from signal_handler import Signal_handler
  File "/usr/lib/python2.6/dist-packages/adesklets/signal_handler.py", line 12, 
in <module>
    class Signal_handler:
  File "/usr/lib/python2.6/dist-packages/adesklets/signal_handler.py", line 20, 
in Signal_handler
    func = posix_signal.signal
AttributeError: 'module' object has no attribute 'signal'
======
by looking at the common issue with adesklets, it seems as if posix_signal is 
the common errorornous object.  I am going to do some tweaks and post my 
findings.

-- 
Adesklets not working in 9.10
https://bugs.launchpad.net/bugs/426247
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to