Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win 7x64 - Sublime build 3083 - Python 3.3 (tested on 3.5 also) - PyV8 inthe right folder - Still doesn't work #21

Open
ronnygiga opened this issue Jan 5, 2016 · 3 comments

Comments

@ronnygiga
Copy link

Tested file locations:
C:\Users\Administrador\AppData\Roaming\Sublime Text 3\Installed Packages\PyV8\win64-p3
C:\Users\Administrador\AppData\Roaming\Sublime Text 3\Packages\PyV8\win64-p3
C:\Users\Administrador\AppData\Roaming\Sublime Text 3\Packages\PyV8\pyv8-win64-p3
C:\Users\Administrador\AppData\Roaming\Sublime Text 3\Installed Packages\PyV8\pyv8-win64-p3\

also tryed with python 2.6 (there's no pyv8 for python 2.7) didn't work.

@ronnygiga
Copy link
Author

I'm behind a proxy. Package Control is configured to work behind it, no problems there, emmet fails trying to download the PyV8 binaries.

@ronnygiga
Copy link
Author

Well, i tryed this and pull it off!

  • Download emmet-sublime-master.zip at github. Forget Package-Control! In fact if you have emmet installed via Package Control just remove it.
  • Go to: c:\Users-your user-\AppData\Roaming\Sublime Text 3\Packages\
  • Create a 'Emmet' folder, respect the caps.
  • Decompress the emmet-sublime-master.zip inside the Emmet folder.
  • Download your pyv8 binary at github.
  • Create a 'PyV8' folder (outside Emmet folder, c:\Users-your user-\AppData\Roaming\Sublime Text 3\Packages).
  • Inside PyV8 create a folder with the exact same name of the pyv8 binary you just downloaded (example: pyv8-win64-p3)
  • Decompress the binary there.
  • Restart Sublime Text 3. It should work!

@jackqqxu
Copy link

// Disables PyV8 auto-update. Useful for users who installed PyV8
// manually from https://github.com/emmetio/pyv8-binaries because
// of local proxy restrictions
"disable_pyv8_update": true,

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

No branches or pull requests

2 participants