Is this normal? ... DeprecationWarning: object.__init__() takes no parameters

Asked by SeanJM

home/sean/.config/pystromo/lib/mapping.py:554: DeprecationWarning: object.__init__() takes no parameters
  tuple.__init__(self, *args, **kwargs)
/home/sean/.config/pystromo/lib/mapping.py:648: DeprecationWarning: object.__init__() takes no parameters
  tuple.__init__(self, *args, **kwargs)
/home/sean/.config/pystromo/lib/mapping.py:501: DeprecationWarning: object.__init__() takes no parameters
  tuple.__init__(self, *args, **kwargs)

Ubuntu Jaunty, this is what I am getting today when I try to run it.

Bummer.

Question information

Language:
English Edit question
Status:
Answered
For:
Pystromo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Raumkraut (raumkraut) said :
#1

Yes, this is caused by changes in python 2.6 (or rather; changes upcoming in later versions). They're just warnings, and are non-fatal, so the program otherwise still runs as before.

Can you help with this problem?

Provide an answer of your own, or ask SeanJM for more information if necessary.

To post a message you must log in.