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

Windows Support #4

Open
jakeaglass opened this issue Nov 18, 2014 · 1 comment
Open

Windows Support #4

jakeaglass opened this issue Nov 18, 2014 · 1 comment
Assignees

Comments

@jakeaglass
Copy link
Owner

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
@kevinvincent
Copy link
Collaborator

Yeah that has to do with the the autostart feature (f25767a) which ended up only working 10% of the time. Will fix.

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