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 explaining how to inspect variables.
>
> The line:
>
>         from tinyos.tossim.TossimApp import *
>
> Gives me the following error:
>
>         ImportError: No module named tinyos.tossim.TossimApp
>
>
> I found the same question in the mailing list dated end of october '06, but there's no answer...
>
> Can somebody give me a hint?
>
> Thanks!
> Klaas
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to