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
It should probably be noted that Kevin and Mihir have only tested this on Macs, the far superior dev machine. But while mine is being repaired by Apple, I've unsuccessfully tried to get it working on Windows. Sublime gives me the below in console whilst loading the plugin:
reloading plugin codini.codiniServer
Traceback (most recent call last):
File "./subprocess.py", line 1112, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "./importlib/__init__.py", line 90, in import_module
File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 584, in _check_name_wrapper
File "<frozen importlib._bootstrap>", line 1022, in load_module
File "<frozen importlib._bootstrap>", line 1003, in load_module
File "<frozen importlib._bootstrap>", line 560, in module_for_loader_wrapper
File "<frozen importlib._bootstrap>", line 868, in _load_module
File "<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed
File "C:\Users\Jake\AppData\Roaming\Sublime Text 3\Packages\codini\codiniServer.py", line 38, in <module>
process = subprocess.Popen(package_path,shell=False)
File "./subprocess.py", line 824, in __init__
File "./subprocess.py", line 1118, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered:
It should probably be noted that Kevin and Mihir have only tested this on Macs, the far superior dev machine. But while mine is being repaired by Apple, I've unsuccessfully tried to get it working on Windows. Sublime gives me the below in console whilst loading the plugin:
The text was updated successfully, but these errors were encountered: