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

sublime right click to add features not work #1

Open
qly612525 opened this issue Sep 28, 2016 · 8 comments
Open

sublime right click to add features not work #1

qly612525 opened this issue Sep 28, 2016 · 8 comments

Comments

@qly612525
Copy link

I install Rekit sucessfully, and do the work like Vedio.

but cannot new the files...

@qly612525
Copy link
Author

I had fixed it!

@supnate
Copy link
Owner

supnate commented Sep 29, 2016

Sorry @qly612525 , I've just got time to respond. So what's the root cause?

@qly612525
Copy link
Author

@supnate, my environment is Window7
I found that the NodeJS env path don't need pass to subprocess.Popen in sidebar.py.
I change the code like this

p = subprocess.Popen(self.command, cwd=self.working_dir, env=None, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, bufsize=1, startupinfo=si)

@supnate
Copy link
Owner

supnate commented Sep 29, 2016

Wow, you are really a super user! Thanks for the investigation. But why doesn't env work? It's weird... I just tested it on Win10 and it worked. For windows, the env should just use the system environment variable path. I will really appreciate if you can help to fix it in a general way so that other users could benefit from it.

@qly612525
Copy link
Author

My Nodejs has added to the system environment variable. So I think that a new opening process, node command can be found by the system automatically.

If somone has the problem in the same environment like me. I think this is a solution.

@loganpowell
Copy link

I'm also having this issue on Windows 10... any fix?

@supnate
Copy link
Owner

supnate commented Jun 22, 2017

@loganpowell This plugin will be deprecated for Rekit 2.0 in favor of Rekit Portal.

@loganpowell
Copy link

gotcha, ok!

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

3 participants