Bernard Hurley wrote:
The @staticmethod (there are four of them) seem to be marking static methods. Searching around the python documentation i found that a static method "foo" should be marked by:foo=staticmethod(foo) Applying this to the four methods and deleting "@staticmethod" yields a file that compiles. I have no idea if this is what was meant.
which version of python do you run? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
