in python 3.2:

threading.Thread = class Thread(_Verbose)
  __init__(self, group=None, target=None, name=None, args=(), kwargs=None, 
verbose=None)

while in python 3.3:

threading.Thread = class Thread(builtins.object)
  __init__(self, group=None, target=None, name=None, args=(), kwargs=None, *, 
daemon=None)

locally, i just dropped the "verbose" parameter and it's fine.

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

Title:
  ERROR: TypeError('__init__() takes from 1 to 6 positional arguments
  but 7 were given',)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1072489/+subscriptions

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

Reply via email to