It seems your PYTHONPATH variable is not set properly. You might want
to try the following command:
export PYTHONPATH=$PYTHONPATH:$TOSROOT/support/sdk/python
Regards,
Andreas
> Hello,
>
>
> I'm trying to complete 'Lesson 11: Simulation with TOSSIM'.
> This is going pretty fine until the part
Hello,
I'm trying to complete 'Lesson 11: Simulation with TOSSIM'. This is
going pretty fine until the part explaining how to inspect variables.
The line:
from tinyos.tossim.TossimApp import *
Gives me the following error:
ImportError: No module named tinyos.tossim.TossimApp