From 5e26dee3b1b43227a527f282ac905722a22fa16a Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 7 Jul 2009 12:31:09 +1000 Subject: [PATCH] Add some info on troubleshooting in the TraceVis README. --- js/src/tracevis/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/js/src/tracevis/README b/js/src/tracevis/README index 26620360547..f022ed3a49b 100644 --- a/js/src/tracevis/README +++ b/js/src/tracevis/README @@ -29,6 +29,19 @@ To use TraceVis: python binlog.py +Troubleshooting: + +- If you get this message when running the python scripts: + + Traceback (most recent call last): + File "vis.py", line 2, in + 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