Re: [Tinyos-help] could you please help me about NameError: name 'SerialForwarder' is not defined

2011-06-29 Thread Mr.Thanakorn Prasansri
Now i can run ./TestSerial.py as well after i do this step. - change PYTHON_VERSION=2.5 or your current python version in /opt/tinyos-2.x-contrib/csm/tos/lib/tossim/sim-sf.extra - make micaz again by make micaz sim-sf - run ./TestSerial.py again Mr.Thanakorn Prasansri

[Tinyos-help] could you please help me about NameError: name 'SerialForwarder' is not defined

2011-06-28 Thread Mr.Thanakorn Prasansri
Hi, i got error when i run ./TestSerial.py i think SerialForwarder is not import to TestSerial.py yet. Please help # ./TestSerial.py Traceback (most recent call last): File ./TestSerial.py, line 50, in module sf = SerialForwarder(9002) NameError: name 'SerialForwarder' is not defined