Hello,

I installed TinyOS following
http://docs.tinyos.net/index.php/Installing_TinyOS_2.1

Now I was trying to follow this tutorial
http://docs.tinyos.net/index.php/TOSSIM_Live
in order to test the serial port

I'm stuck since I got this error

mike:/opt/tinyos-2.x/apps/tests/TestSerial# ./TestSerial.py
Traceback (most recent call last):
  File "./TestSerial.py", line 42, in <module>
    from TestSerialMsg import *
  File "/opt/tinyos-2.x/apps/tests/TestSerial/TestSerialMsg.py", line
7, in <module>
    import tinyos.message.Message
ImportError: No module named tinyos.message.Message

I saw on some email chain that someone suggested to check the PYTHONPATH
mine is set as

mike:/opt/tinyos-2.x/apps/tests/TestSerial# echo $PYTHONPATH
/opt/tinyos-2.x/support/sdk/python

Any suggestion?

Thank you,
Mike
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to