Hi,

Is the file in the directory that you are running python from ? If not, you
need to give the right path.


Regards,

--
Mohammed Billoo

Hello,
In the lesson of Tossim it explains the how to model the noise, but when I
execute the code in Python for opening the noise trace:
noise = open("meyer-heavy.txt", "r")  or
noise = open('meyer-heavy.txt', 'r') it produce me this error:
IOError: [Errno 2] No such file or directory: 'meyer-heavy.txt'
What can I do?
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to