pyv8-binaries icon indicating copy to clipboard operation
pyv8-binaries copied to clipboard

Updated install instructions for Sublime Text 3

Open zeusdeux opened this issue 11 years ago • 6 comments

The older instructions weren't working.

Related issues: emmetio/pyv8-binaries#8, sergeche/emmet-sublime#129

zeusdeux avatar Apr 04 '14 10:04 zeusdeux

Please specify that, when installing the PyV8 precompiled zip, we must place the PyV8/pyv8-osx-p3 in the SAME folder as Emmet :D

ggirelli avatar Apr 30 '14 10:04 ggirelli

That's true, when installing mannuly on Linux, the filename is pyv8-linux64-p3.zip, but pyv8 should goes PyV8/linux64-p3/. Please update README.

revir avatar May 04 '14 05:05 revir

:+1: I was having trouble getting this working this morning

megawac avatar May 08 '14 16:05 megawac

I was having trouble too. I think, you should also write about config.json and '{"skip_update": true}' in it.

igoradamenko avatar May 17 '14 14:05 igoradamenko

I followed the instructions provided in the README to the t and I couldn't get it working. Is there something I could be doing wrong because I am getting the following traceback after following the instructions :

PyV8: Creating new thread 
Emmet: Creating thread
Emmet: Loading https://api.github.com/repos/emmetio/pyv8-binaries/contents
Emmet: Loading PyV8 binary from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-   linux64-p3.zip
Package Control: Skipping automatic upgrade, last run at 2014-05-24 18:00:12, next run at     2014-05-24 19:00:12 or after
Exception in thread Thread-30:
Traceback (most recent call last):
  File "X/threading.py", line 639, in _bootstrap_inner
  File "X/threading.py", line 825, in run
  File "/home/bigb/.config/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 "/home/bigb/.config/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'

I have a PyV8 directory with the extracted files from the zip in the installed packages directory.

bIgBV avatar May 24 '14 13:05 bIgBV

i have same issue

OS: linux mint 17 32bit

Emmet: Loading https://api.github.com/repos/emmetio/pyv8-binaries/contents
Emmet: Loading PyV8 binary from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-linux32-p3.zip
Exception in thread Thread-59:
Traceback (most recent call last):
  File "X/threading.py", line 639, in _bootstrap_inner
  File "X/threading.py", line 825, in run
  File "/home/lee/.config/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 "/home/lee/.config/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'

kmollee avatar Jun 11 '14 09:06 kmollee