Re: trouble reverting to 0.7.0
Georg Bauer <gb-BRhJDZTO+/[email protected]> Tue, 10 Feb 2004 23:08:51 +0100
| Newsgroups | gmane.comp.pythin.pyds.devel |
|---|---|
| Message-ID | <r02010100-1028-B5EB25785C1511D89CD3000A9573A72A@[10.0.0.145]> |
Hi!
> File "/usr/pkg/share/pyds/tools/GreetingTool.py", line 1, in ?
> """
> File "/usr/pkg/share/pyds/tools/GreetingTool.py", line 43, in ?
> PyDS.Tool.registerTool(GreetingTool, 'greeting', _('Greetings'),
> __desc__, 990)
> TypeError: registerTool() takes exactly 1 argument (5 given)
That must be a leftover from the 0.7.1 source. With 0.7.1 the format for
registerTool changed. So you should remove all stuff from 0.7.1 and
install 0.7.0. Ok, you could just remove the GreetingTool.py as that
tool doesn't have any function worth talking about. But I don't know
what other parts are still 0.7.1.
bye, Georg