You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DPI scale: 1
startup, version: 3143 windows x64 channel: stable
executable: /C/Program Files/Sublime Text 3/sublime_text.exe
working dir: /C/Program Files/Sublime Text 3
packages path: /C/Users/Sandy/AppData/Roaming/Sublime Text 3/Packages
state path: /C/Users/Sandy/AppData/Roaming/Sublime Text 3/Local
zip path: /C/Program Files/Sublime Text 3/Packages
zip path: /C/Users/Sandy/AppData/Roaming/Sublime Text 3/Installed Packages
ignored_packages: ["Vintage"]
pre session restore time: 0.324412
startup time: 0.455412
first paint time: 0.455412
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.install_package_control
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.profile
reloading plugin Default.quick_panel
reloading plugin Default.run_syntax_tests
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.settings
reloading plugin Default.show_scope_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin Default.ui
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin 0_package_control_loader.00-package_control
reloading plugin Emmet.emmet-plugin
reloading plugin Package Control.1_reloader
reloading plugin Package Control.2_bootstrap
reloading plugin Package Control.Package Control
reloading plugin PHP Codebeautifier.phpcbf
reloading plugin PHP CS Fixer.SublimePhpCsFixer
reloading plugin Phpcs.phpcs
reloading plugin LiveReload.init
reloading plugin LiveReload.CoffeescriptPlugin
reloading plugin LiveReload.CommandAPI
reloading plugin LiveReload.CompassPlugin
reloading plugin LiveReload.LESSPlugin
reloading plugin LiveReload.LiveReload
reloading plugin LiveReload.SimpleReloadCallback
reloading plugin LiveReload.SimpleReloadPlugin
reloading plugin LiveReload.SimpleReloadPluginDelay
reloading plugin LiveReload.SimpleWSCallback
reloading plugin PyV8.PyV8
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 109, in reload_plugin
m = importlib.import_module(modulename)
File "./python3.3/importlib/init.py", line 90, in import_module
File "", line 1584, in _gcd_import
File "", line 1565, in _find_and_load
File "", line 1532, in _find_and_load_unlocked
File "", line 584, in _check_name_wrapper
File "", line 1022, in load_module
File "", line 1003, in load_module
File "", line 560, in module_for_loader_wrapper
File "", line 868, in _load_module
File "", line 313, in _call_with_frames_removed
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Packages\PyV8\PyV8.py", line 32, in
import _PyV8
ImportError: No module named '_PyV8'
plugins loaded
LiveReload: added file /livereload.js with content-type: text/javascript
INFO:WebSocketClient:Starting server
Traceback (most recent call last):
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 101, in init
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 248, in update_settings
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 200, in js
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 57, in should_use_unicode
AttributeError: 'module' object has no attribute 'JSContext'
Package Control: Skipping automatic upgrade, last run at 2017-11-07 12:05:58, next run at 2017-11-07 13:05:58 or after
Exception in thread Thread-5:
Traceback (most recent call last):
File "./python3.3/subprocess.py", line 1104, in _execute_child
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 486, in run
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 149, in get_errors
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 433, in execute
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 436, in parse_report
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 176, in shell_out
File "./python3.3/subprocess.py", line 819, in init
File "./python3.3/subprocess.py", line 1110, in _execute_child
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado
Traceback (most recent call last):
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Packages\LiveReload\SimpleReloadPluginDelay.py", line 24, in
sublime.set_timeout(lambda : ref.refresh(os.path.basename(view.file_name())), 400)
File "./python3.3/ntpath.py", line 249, in basename
File "./python3.3/ntpath.py", line 220, in split
File "./python3.3/ntpath.py", line 162, in splitdrive
TypeError: object of type 'NoneType' has no len()
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 812, in run_
return self.run(edit, **args)
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 329, in run
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 355, in run_action
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 187, in check_context
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 200, in js
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 57, in should_use_unicode
AttributeError: 'module' object has no attribute 'JSContext'
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 812, in run_
return self.run(edit, **args)
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 329, in run
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 355, in run_action
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 187, in check_context
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 200, in js
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 57, in should_use_unicode
AttributeError: 'module' object has no attribute 'JSContext'
The text was updated successfully, but these errors were encountered:
DPI scale: 1
startup, version: 3143 windows x64 channel: stable
executable: /C/Program Files/Sublime Text 3/sublime_text.exe
working dir: /C/Program Files/Sublime Text 3
packages path: /C/Users/Sandy/AppData/Roaming/Sublime Text 3/Packages
state path: /C/Users/Sandy/AppData/Roaming/Sublime Text 3/Local
zip path: /C/Program Files/Sublime Text 3/Packages
zip path: /C/Users/Sandy/AppData/Roaming/Sublime Text 3/Installed Packages
ignored_packages: ["Vintage"]
pre session restore time: 0.324412
startup time: 0.455412
first paint time: 0.455412
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.install_package_control
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.profile
reloading plugin Default.quick_panel
reloading plugin Default.run_syntax_tests
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.settings
reloading plugin Default.show_scope_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin Default.ui
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin 0_package_control_loader.00-package_control
reloading plugin Emmet.emmet-plugin
reloading plugin Package Control.1_reloader
reloading plugin Package Control.2_bootstrap
reloading plugin Package Control.Package Control
reloading plugin PHP Codebeautifier.phpcbf
reloading plugin PHP CS Fixer.SublimePhpCsFixer
reloading plugin Phpcs.phpcs
reloading plugin LiveReload.init
reloading plugin LiveReload.CoffeescriptPlugin
reloading plugin LiveReload.CommandAPI
reloading plugin LiveReload.CompassPlugin
reloading plugin LiveReload.LESSPlugin
reloading plugin LiveReload.LiveReload
reloading plugin LiveReload.SimpleReloadCallback
reloading plugin LiveReload.SimpleReloadPlugin
reloading plugin LiveReload.SimpleReloadPluginDelay
reloading plugin LiveReload.SimpleWSCallback
reloading plugin PyV8.PyV8
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 109, in reload_plugin
m = importlib.import_module(modulename)
File "./python3.3/importlib/init.py", line 90, in import_module
File "", line 1584, in _gcd_import
File "", line 1565, in _find_and_load
File "", line 1532, in _find_and_load_unlocked
File "", line 584, in _check_name_wrapper
File "", line 1022, in load_module
File "", line 1003, in load_module
File "", line 560, in module_for_loader_wrapper
File "", line 868, in _load_module
File "", line 313, in _call_with_frames_removed
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Packages\PyV8\PyV8.py", line 32, in
import _PyV8
ImportError: No module named '_PyV8'
plugins loaded
LiveReload: added file /livereload.js with content-type: text/javascript
INFO:WebSocketClient:Starting server
Traceback (most recent call last):
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 101, in init
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 248, in update_settings
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 200, in js
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 57, in should_use_unicode
AttributeError: 'module' object has no attribute 'JSContext'
Package Control: Skipping automatic upgrade, last run at 2017-11-07 12:05:58, next run at 2017-11-07 13:05:58 or after
Exception in thread Thread-5:
Traceback (most recent call last):
File "./python3.3/subprocess.py", line 1104, in _execute_child
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 486, in run
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 149, in get_errors
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 433, in execute
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 436, in parse_report
File "phpcs in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Phpcs.sublime-package", line 176, in shell_out
File "./python3.3/subprocess.py", line 819, in init
File "./python3.3/subprocess.py", line 1110, in _execute_child
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado
Traceback (most recent call last):
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Packages\LiveReload\SimpleReloadPluginDelay.py", line 24, in
sublime.set_timeout(lambda : ref.refresh(os.path.basename(view.file_name())), 400)
File "./python3.3/ntpath.py", line 249, in basename
File "./python3.3/ntpath.py", line 220, in split
File "./python3.3/ntpath.py", line 162, in splitdrive
TypeError: object of type 'NoneType' has no len()
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 812, in run_
return self.run(edit, **args)
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 329, in run
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 355, in run_action
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 187, in check_context
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 200, in js
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 57, in should_use_unicode
AttributeError: 'module' object has no attribute 'JSContext'
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 812, in run_
return self.run(edit, **args)
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 329, in run
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 355, in run_action
File "emmet-plugin in C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package", line 187, in check_context
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 200, in js
File "C:\Users\Sandy\AppData\Roaming\Sublime Text 3\Installed Packages\Emmet.sublime-package\emmet\context.py", line 57, in should_use_unicode
AttributeError: 'module' object has no attribute 'JSContext'
The text was updated successfully, but these errors were encountered: