What steps will reproduce the problem? 1. python jsleakcheck.py -h 2. 3.
What is the expected output? What do you see instead? A successful run of jsleakcheck.py
What version of the product are you using? On what operating system? A fresh version of closure (downloaded near the 2012/08/09) Leak Finder downloaded near the 2012/08/09 too Mac OSX Lion
Please provide any additional information below. Traceback (most recent call last): File "jsleakcheck.py", line 30, in <module> import leak_finder File "/Users/maxime/chromium/local-repository/leak-finder/src/leak_finder.py", line 50, in <module> import simplejson ImportError: No module named simplejson
Comment #1
Posted on Aug 14, 2012 by Massive GiraffeTry installing simplejson. For mac: http://slackrw.wordpress.com/2010/04/04/simplejson-for-python-on-mac-os-x/
I added this to the documentation, too.
Comment #2
Posted on Aug 14, 2012 by Happy CamelThank you :)
Comment #3
Posted on Aug 14, 2012 by Massive Giraffe(No comment was entered for this change.)
Status: Invalid
Labels:
Type-Defect
Priority-Medium