Updated install instructions for Sublime Text 3#9
Updated install instructions for Sublime Text 3#9zeusdeux wants to merge 1 commit intoemmetio:masterfrom
Conversation
The older instructions weren't working.
|
Please specify that, when installing the PyV8 precompiled zip, we must place the PyV8/pyv8-osx-p3 in the SAME folder as Emmet :D |
|
That's true, when installing mannuly on Linux, the filename is pyv8-linux64-p3.zip, |
|
👍 I was having trouble getting this working this morning |
There was a problem hiding this comment.
I think, you should also write about config.json.
There was a problem hiding this comment.
this manual installation instruction worked at my ST3 on ubuntu
thanks
There was a problem hiding this comment.
Thanks. It works at ST3 on win7 64bit
There was a problem hiding this comment.
Yeah,
Thanks dude...
Worked like a charm on ST3 + Win10 x64
There was a problem hiding this comment.
Thank you Igoradamenko!
I am using Ubuntu 16.04 and I have succeeded with your very grateful solution!
There was a problem hiding this comment.
on win7 64bit ST3,the location is 'Sublime Text 3\Installed Packages\PyV8\win64-p3'(I download pyv8-win64-p3.zip ) not 'pyv8-win64-p3',please update README.md
|
I was having trouble too. |
|
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 : I have a PyV8 directory with the extracted files from the zip in the installed packages directory. |
|
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' |
The older instructions weren't working.
Related issues: #8, sergeche/emmet-sublime#129