suziwen / leak-finder-for-javascript

Automatically exported from code.google.com/p/leak-finder-for-javascript
Other
0 stars 0 forks source link

failed to run jsleakcheck.py #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by maxproc...@gmail.com on 14 Aug 2012 at 7:43

GoogleCodeExporter commented 9 years ago
Try 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.

Original comment by marja@google.com on 14 Aug 2012 at 7:47

GoogleCodeExporter commented 9 years ago
Thank you :)

Original comment by maxproc...@gmail.com on 14 Aug 2012 at 7:58

GoogleCodeExporter commented 9 years ago

Original comment by marja@google.com on 14 Aug 2012 at 8:03