> Not sure what package I'm missing ... but I get:
>
> bob$ ./moloop
> "sni-qt/14917" WARN  16:11:18.077 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE
> Traceback (most recent call last):
>   File "./moloop", line 7, in <module>
>     mol.main()
>   File "/home/bob/Downloads/mol/mol-master/mol/__init__.py", line 1379, in main
>     Looper(app)
>   File "/home/bob/Downloads/mol/mol-master/mol/__init__.py", line 926, in __init__
>     self.show_settings()
>   File "/home/bob/Downloads/mol/mol-master/mol/__init__.py", line 1264, in show_settings
>     dialog = SettingsDialog(self)
>   File "/home/bob/Downloads/mol/mol-master/mol/__init__.py", line 423, in __init__
>     self.auto_connect_group.setId(radio, i)
> AttributeError: 'SettingsDialog' object has no attribute 'auto_connect_group'
>
> Probably a pyqt4 module.

I've seen a similar error in a previous software I released. Unfortunately I'm away for a couple of days, so I can't check it, and it could still be an error of mine.
I'll try to debug it as soon as I come back!

Maurizio