[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2013-04-26 Thread dino99
** Changed in: apport (Ubuntu)
   Status: Confirmed = Fix Released

-- 
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


[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2012-11-06 Thread Doug McMahon
Should be fixed in apport 2.6.2-0ubuntu1
 * New upstream release:

 - REThread.py: Fix for Python 3.3.
 -- Martin Pitt martin.p...@ubuntu.com  Tue, 06 Nov 2012 16:18:56 +0100
(basically removed the 7th arg - verbose

-- 
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


[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2012-11-06 Thread Doug McMahon
The package where fix occured was  python3-apport (2.6.2-0ubuntu1)

-- 
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


[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2012-11-05 Thread dino99
Thanks Fabien,

it let apport doing its job  !!!

Change made :

 sudo gedit /usr/lib/python3/dist-packages/apport/REThread.py

#threading.Thread.__init__(self, group, target, name, args,
kwargs, verbose)

threading.Thread.__init__(self, group, target, name, args,
kwargs)

If its not a real fix, its a good workaround.

-- 
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


[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2012-10-31 Thread Fabien Tassin
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


[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2012-10-30 Thread dino99
Well reporting cant be done; even trying to get the crash details window
fail in an infinite resuming loop.

** Tags added: i386

-- 
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


[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2012-10-29 Thread Doug McMahon
** Changed in: apport (Ubuntu)
   Status: New = Confirmed

-- 
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


[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2012-10-29 Thread Doug McMahon
affects apport-cli also

-- 
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


[Bug 1072489] Re: ERROR: TypeError('__init__() takes from 1 to 6 positional arguments but 7 were given', )

2012-10-29 Thread Paul White
** Tags added: raring

-- 
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