Alban Hessler wrote:
> When importing the TOSSIM module, it raises the following exception:
> 
> 
> Exception in thread "main" Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/home/hessler/tinyos-2.x/apps/Blink/TOSSIM.py", line 4, in <module>
>     import _TOSSIM
> ImportError: No module named _TOSSIM

The _TOSSIM module is native C code generated by nesC.  Jython can't 
load C extension modules.

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

Reply via email to