I have fixed it!
Download the source code, enter the "_spe" folder and open Menu.py
Get to line 188 and replace these lines:
def skip(self):
child = self.app.childActive
child.statusBar.throbber.Play()
with:
def skip(self):
child = self.app.childActive
try:
child.statusBar.throbber.Play()
except AttributeError:
pass
and that's all.
To fix an installed version of SPE, just open your "/usr/lib/python2.5
/site-packages/_spe/Menu.py" and edit line 188 as I have described.
I can proudly say that I can't reproduce the error any longer.
I'll contact SPE developer via email.
Can a MOTU commit this fix, please?
Thank you.
Alberto
--
[apport] spe crashed with AttributeError in skip()
https://bugs.launchpad.net/bugs/87844
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs