Hi Yu-En,

It seems that you don't have pySerial installed, which allows Python to do serial communication. pySerial is available at http://pyserial.sourceforge.net/

Mike

Yu-En Tsai wrote:
Hi,
I was trying to use Deluge T2. I followed the programming manual by JHU.
I have done the first 2 steps: ./Bootstrap and ./configure, but I have no idea
about how to install it: "make" and "make install" don't work.
Moreover, when I tried to run the script, there is an import error:
(./tos-deluge /dev/ttyS0 micaz -p 0)
Traceback (most recent call last):
  File "./tos-deluge", line 35, in <module>
    import tinyos
  File "/opt/tinyos-2.x/tools/tinyos/misc/tinyos.py", line 1, in <module>
    import struct, time, serial, socket
ImportError: No module named serial
Anyone has idea? Thanks a lot
Yu-En Tsai


------------------------------------------------------------------------

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to