if somebody else has this error..

i found my mistake, i had a special character (not ascii) in a comment
that Nesdoc can't handle.

best regards!

> Hello,
>
> when I try to make documentation of my project an error occurs.
> I checked out the newest &TOSROOT/tools folder today but the problem 
> continues...
> Had somebody else this problem?
> Can somebody give a hint?
> I use tinyos 2.1.1, iris motes and blip 1..
>
>
> ...
> ......
> interface BareReceive (tos.chips.rf2xx.util.BareReceive)
> interface SerialFlush (tos.lib.serial.SerialFlush)
> interface ResourceQueue (tos.interfaces.ResourceQueue)
> interface UDP (tos.lib.net.blip.interfaces.UDP)
> Traceback (most recent call last):
>   File "/usr/local/lib/tinyos/nesdoc/archive.py", line 245, in <module>
>     doc.writexml(ifile)
>   File "/usr/lib/python2.6/xml/dom/minidom.py", line 1749, in writexml
>     node.writexml(writer, indent, addindent, newl)
>   File "/usr/lib/python2.6/xml/dom/minidom.py", line 817, in writexml
>     node.writexml(writer,indent+addindent,addindent,newl)
>   File "/usr/lib/python2.6/xml/dom/minidom.py", line 817, in writexml
>     node.writexml(writer,indent+addindent,addindent,newl)
>   File "/usr/lib/python2.6/xml/dom/minidom.py", line 817, in writexml
>     node.writexml(writer,indent+addindent,addindent,newl)
>   File "/usr/lib/python2.6/xml/dom/minidom.py", line 1036, in writexml
>     _write_data(writer, "%s%s%s"%(indent, self.data, newl))
>   File "/usr/lib/python2.6/xml/dom/minidom.py", line 303, in _write_data
>     writer.write(data)
> UnicodeEncodeError: 'ascii' codec can't encode characters in position 
> 59-60: ordinal not in range(128)
> make: *** [docs_] Fehler 1
>

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

Reply via email to