mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Add some info on troubleshooting in the TraceVis README.
This commit is contained in:
parent
42b4799749
commit
5ba4351251
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user