The problem is that the syntax:
"class Foo():"
was introduced in Python 2.5 (it was actually around in 0.91 to 1???)

Change it to:
"class Foo(object):"
or
"class Foo:"

Or try to upgrade Python to 2.5 (which is what I'd recommend anyway ;)

HTH,
Paul

On 6/11/08, Pieter De Mil <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED]:~$ python
>  Python 2.4.4 (#2, Mar  7 2008, 04:45:43)
>  [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
>
>
>
>  On wo, 2008-06-11 at 16:34 -0700, Paul Stickney wrote:
>  > What version of Python are you using?
>
> > _______________________________________________
>  > Tinyos-help mailing list
>  > [email protected]
>  > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to