You are not logged in.

#1 2009-12-18 05:03:08

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

supybot

just moved over my server, and when trying to run supybot I get this:

[supy@localhost ~]$ supybot phrik2.conf
/usr/lib/python2.6/site-packages/supybot/utils/gen.py:32: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/usr/lib/python2.6/site-packages/supybot/utils/gen.py:34: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
/usr/lib/python2.6/site-packages/supybot/plugins/__init__.py:36: DeprecationWarning: the sets module is deprecated
  import sets
Traceback (most recent call last):
  File "/usr/bin/supybot", line 331, in <module>
    owner = Owner.Class()
  File "/usr/lib/python2.6/site-packages/supybot/utils/python.py", line 74, in __init__
    original__init__(self, *args, **kwargs)
  File "/usr/lib/python2.6/site-packages/supybot/plugins/Owner/plugin.py", line 134, in __init__
    self.__parent.__init__(irc)
  File "/usr/lib/python2.6/site-packages/supybot/utils/python.py", line 77, in __init__
    super(newclass, self).__init__(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/supybot/callbacks.py", line 1211, in __init__
    self.__parent.__init__(irc)
  File "/usr/lib/python2.6/site-packages/supybot/utils/python.py", line 77, in __init__
    super(newclass, self).__init__(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/supybot/callbacks.py", line 1054, in __init__
    super(BasePlugin, self).__init__(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/supybot/irclib.py", line 82, in __init__
    super(IrcCallback, self).__init__(*args, **kwargs)
TypeError: object.__init__() takes no parameters
INFO 2009-12-18T00:00:12 Shutdown initiated.
INFO 2009-12-18T00:00:12 Killing Driver objects.
INFO 2009-12-18T00:00:12 Killing Irc objects.
INFO 2009-12-18T00:00:12 Shutdown complete

any ideas?


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

Board footer

Powered by FluxBB