Workaround to start Deluge:
comment out all appearances of "apply_with_init=False" in 
/usr/lib/python2.7/dist-packages/service_identity/_common.py
E.g., from:
@attributes(["pattern"], apply_with_init=False)
To: 
@attributes(["pattern"]) #, apply_with_init=False)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1492394

Title:
  TypeError: attributes() got an unexpected keyword argument
  'apply_with_init'

To manage notifications about this bug go to:
https://bugs.launchpad.net/deluge/+bug/1492394/+subscriptions

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

Reply via email to