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

Error in Python console #10

Closed
arvicco opened this issue Jun 6, 2012 · 0 comments
Closed

Error in Python console #10

arvicco opened this issue Jun 6, 2012 · 0 comments

Comments

@arvicco
Copy link
Contributor

arvicco commented Jun 6, 2012

Running Beautify Ruby command always produces this error in ST2 Python console (ST2 Beta 2181, OSX 10.6.8):

Writing file /Users/vb/Library/Application Support/Sublime Text 2/Packages/BeautifyRuby/ruby/beautifier.rb with encoding UTF-8
 Exception in thread Thread-6:
 Traceback (most recent call last):
   File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 522, in __bootstrap_inner
     self.run()
   File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 477, in run
     self.__target(*self.__args, **self.__kwargs)
   File "./history.py", line 69, in run
 EOFError

Seems like there is some problem with child process that the command spawns (popen?). I have zero Python fu so no idea where to start fixing it...

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