Hi,
I am trying to run TOSSIM with Jython (tried with both 2.5 and 2.1),
and so far without success.
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
My sys.path seems correctly set: ['',
'/home/hessler/tinyos-2.x/apps/Blink',
'/home/hessler/tinyos-2.x/support/sdk/python',
'/home/hessler/jython2.5a3/Lib', '__classpath__']
It works fine when I use python 2.5, but for some reasons, I would
like to use Jython.
Does anyone knows where the problem could be? I am rather new to
Python and Jython, so I don't really know what is the problem..
Thanks for your help,
Alban
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help