Skip to content

Updated install instructions for Sublime Text 3#9

Open
zeusdeux wants to merge 1 commit intoemmetio:masterfrom
zeusdeux:master
Open

Updated install instructions for Sublime Text 3#9
zeusdeux wants to merge 1 commit intoemmetio:masterfrom
zeusdeux:master

Conversation

@zeusdeux
Copy link
Copy Markdown

@zeusdeux zeusdeux commented Apr 4, 2014

The older instructions weren't working.

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

The older instructions weren't working.
@ggirelli
Copy link
Copy Markdown

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

@revir
Copy link
Copy Markdown

revir commented May 4, 2014

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.

@megawac
Copy link
Copy Markdown

megawac commented May 8, 2014

👍 I was having trouble getting this working this morning

Comment thread README.md
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, you should also write about config.json.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readme.md really helped, thanks!

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this worked on Ubuntu

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this manual installation instruction worked at my ST3 on ubuntu
thanks

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. It works at ST3 on win7 64bit

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah,
Thanks dude...
Worked like a charm on ST3 + Win10 x64

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Igoradamenko!
I am using Ubuntu 16.04 and I have succeeded with your very grateful solution!

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@igoradamenko
Copy link
Copy Markdown

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

@bIgBV
Copy link
Copy Markdown

bIgBV commented May 24, 2014

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.

@kmollee
Copy link
Copy Markdown

kmollee commented Jun 11, 2014

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.