im with some problems and my new installation of Ubuntu 12.04 64.
I installed sublime text, I have both, 2/3, and both of them give this error when I try to install EMMET. I have a lot of research, as well as trying to install PYV8 manually, but it does not work.
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 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/zilashak/.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/zilashak/.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'
So if someone knows how to solve it, it hurts you a lot.
----------------------------------------------- --- ---DECISION ---------------------------------- !!!!!!!!!!!! !!!!!! solvable !!!!!!!!!!!
The solution for everyone!
Good for everyone who has this problem, after many studies I found a solution (FINALLY!) Install python3.3 first
sudo apt-get install python-software-properties sudo add-apt-repository ppa:fkrull/deadsnakes sudo apt-get update sudo apt-get install python3.3
Then you need to manually download the PyV8 package from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-linux64-p3.zip After downloading, you need to unzip the file and you will have to copy 2 files inside the new folder to your .config / sublime-text3 / Installed packages / PyV 8 /
You must create the PyV8 folder before. In the end he should look like this!
http://imgur.com/ZV6PF9Q
python ubuntu sublimetext pyv8
Zilashak
source share