emmetio / pyv8-binaries

Archive of pre-compiled PyV8 binaries
712 stars 301 forks source link

How to manually install pyv8 for st3 #4

Closed BenedictKing closed 10 years ago

BenedictKing commented 10 years ago

I have followed the README section but nothing happened....

Here is the output:

Emmet: Loading PyV8 binary from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-win64-p3.zip
emmet.pyv8loader: Unable to download package from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-win64-p3.zip URL error [WinError 10060] 
Exception in thread Thread-215:
Traceback (most recent call last):
  File "X/threading.py", line 639, in _bootstrap_inner
  File "X/threading.py", line 825, in run
  File "C:\Users\Administrator\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\pyv8loader.py", line 271, in run
    return self.trigger('error', exit_code=self.thread.exit_code, progress=self)
  File "C:\Users\Administrator\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\pyv8loader.py", line 290, in trigger
    c(*args, **kwargs)
TypeError: on_error() got an unexpected keyword argument 'progress'
yeechan commented 10 years ago

maybe u sent a wrong mail address.

Via yeeChan

ÔÚ 2013-10-3£¬15:43£¬Zhiwei Wang notifications@github.com дµÀ£º

I have followed the README section but nothing happened....

Here is the output:

Emmet: Loading PyV8 binary from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-win64-p3.zip emmet.pyv8loader: Unable to download package from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-win64-p3.zip URL error [WinError 10060] Exception in thread Thread-215: Traceback (most recent call last): File "X/threading.py", line 639, in _bootstrap_inner File "X/threading.py", line 825, in run File "C:\Users\Administrator\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\pyv8loader.py", line 271, in run return self.trigger('error', exit_code=self.thread.exit_code, progress=self) File "C:\Users\Administrator\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\pyv8loader.py", line 290, in trigger c(_args, *_kwargs) TypeError: on_error() got an unexpected keyword argument 'progress' ¡ª Reply to this email directly or view it on GitHub.