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

Linux error #2

Closed
mgmarcum opened this issue Jan 10, 2013 · 6 comments
Closed

Linux error #2

mgmarcum opened this issue Jan 10, 2013 · 6 comments

Comments

@mgmarcum
Copy link

Here's what the console says:

Traceback (most recent call last):
File "./sublime_plugin.py", line 362, in run_
File "./restart.py", line 8, in run
File ".\os.py", line 312, in execl
OSError: [Errno 2] No such file or directory

Sorry, not a python programmer, so I'm not sure if this is a problem on my system or not. Linux mint 13 64 bit sublime text 2 version 2.0.1 build 2217

@yedderson
Copy link
Owner

Thanks for reporting this,
I pushed some fixes, can you check and see if the problem is solved ?

@mgmarcum
Copy link
Author

No sorry, It looks like the sys.executable is blank on my system. I looked up the function on http://docs.python.org/2/library/sys.html and it says this can happen sometimes. Not sure what the fix would be.

@yedderson
Copy link
Owner

okay do a re-install again and show me the console log

@mgmarcum
Copy link
Author

Still the same thing - I just used package control to remove the package and then reinstall it

Traceback (most recent call last):
File "./sublime_plugin.py", line 362, in run_
File "./restart.py", line 11, in run
File ".\os.py", line 312, in execl
OSError: [Errno 2] No such file or directory

@yedderson
Copy link
Owner

Sorry I'm not on a linux machine, I can't see the problem, but you can type "sys.executable" in the console to make sure if it is really blank.

@yedderson
Copy link
Owner

I fixed this, I also added a Settings file so you can set the path for your sublime-text executable. all the details in the readme file :)

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