Add some info on troubleshooting in the TraceVis README.

This commit is contained in:
Nicholas Nethercote 2009-07-07 12:31:09 +10:00
parent 42b4799749
commit 5ba4351251

View File

@ -29,6 +29,19 @@ To use TraceVis:
python binlog.py <tracevis-file>
Troubleshooting:
- If you get this message when running the python scripts:
Traceback (most recent call last):
File "vis.py", line 2, in <module>
import Image, ImageDraw, ImageFont
ImportError: No module named Image
then you need to install libraries from
http://www.pythonware.com/products/pil/.
TODO list:
- Make the Python scripts more robust, e.g. handle file opening failures