google / closure-linter

Automatically exported from code.google.com/p/closure-linter
Apache License 2.0
109 stars 37 forks source link

Cannot run, throws errors #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 herkul...@gmail.com on 29 Aug 2011 at 11:26