Skip to content

Instantly share code, notes, and snippets.

@bendikro
Created May 6, 2016 23:34
Show Gist options
  • Save bendikro/4eb376b09b362bc5d3664f0a958503bf to your computer and use it in GitHub Desktop.
Save bendikro/4eb376b09b362bc5d3664f0a958503bf to your computer and use it in GitHub Desktop.
nhandled Error
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py", line 417, in fireEvent
DeferredList(beforeResults).addCallback(self._continueFiring)
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 317, in addCallback
callbackKeywords=kw)
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 306, in addCallbacks
self._runCallbacks()
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py", line 430, in _continueFiring
callable(*args, **kwargs)
File "/home/bro/programmer/deluge/deluge_workdirs/develop/deluge/ui/gtkui/gtkui.py", line 372, in _on_reactor_start
self.__start_non_classic()
File "/home/bro/programmer/deluge/deluge_workdirs/develop/deluge/ui/gtkui/gtkui.py", line 457, in __start_non_classic
reactor.simulate()
exceptions.AttributeError: 'Gtk2Reactor' object has no attribute 'simulate'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment