emmetio / sublime-tern

TernJS plugin for Sublime Text
222 stars 13 forks source link

errror with sublime 3 #40

Open cocodrino opened 10 years ago

cocodrino commented 10 years ago

Hi..I'm getting an error when try install it inside sublime 3...I've not installed emmet,only 2 or 3 packages (I just download it)

this is the error

TernJS: Loading PyV8 binary from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-linux64-p3.zip
Exception in thread Thread-674:
Traceback (most recent call last):
  File "./threading.py", line 901, in _bootstrap_inner
  File "./threading.py", line 1142, in run
  File "/home/yo/.config/sublime-text-3/Installed Packages/TernJS.sublime-package/ternjs/pyv8loader.py", line 268, in run
    return self.trigger('error', exit_code=self.thread.exit_code, progress=self)
  File "/home/yo/.config/sublime-text-3/Installed Packages/TernJS.sublime-package/ternjs/pyv8loader.py", line 287, in trigger
    c(*args, **kwargs)
TypeError: on_error() got an unexpected keyword argument 'progress'

I hope you can help me..thanks