closure-linter icon indicating copy to clipboard operation
closure-linter copied to clipboard

Cannot run, throws errors

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?
Just type 
$ gjslint 
on the terminal

What version of the product are you using? On what operating system?
gjslint 2.3.1 - Mac OS 10.7.1

Please provide any additional information below.

Traceback (most recent call last):
  File "/usr/local/bin/gjslint", line 8, in <module>
    load_entry_point('closure-linter==2.3.1', 'console_scripts', 'gjslint')()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 318, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2221, in load_entry_point
    return ep.load()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build/bdist.macosx-10.7-intel/egg/closure_linter/gjslint.py", line 42, in <module>
  File "build/bdist.macosx-10.7-intel/egg/closure_linter/checker.py", line 25, in <module>


Original issue reported on code.google.com by [email protected] on 29 Aug 2011 at 11:26

GoogleCodeExporter avatar Jun 17 '15 06:06 GoogleCodeExporter