Hi!!
I've compiled Blink in TOSSIM successfully typing make micaz sim as in the instructions of lesson 11, but when I try run it , I get this error:

[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink# python
Python 2.4.3 (#2, Oct  6 2006, 07:52:30)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
from TOSSIM import *
t = Tossim([])
t.runNextEvent()
False
m = t.getNode(32);
m.bootAtTime(45654);
t.runNextEVent()
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "TOSSIM.py", line 230, in <lambda>
   __getattr__ = lambda self, name: _swig_getattr(self, Tossim, name)
 File "TOSSIM.py", line 28, in _swig_getattr
   raise AttributeError,name

Please help me!
Thanks!!

_________________________________________________________________
Un amor, una aventura, compañía para un viaje. Regístrate gratis en MSN Amor & Amistad. http://match.msn.es/match/mt.cfm?pg=channel&tcid=162349

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to