wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 312 forks source link

Eval in Gambit Scheme doesn't work #426

Open vidjuheffex opened 9 years ago

vidjuheffex commented 9 years ago

I've got the REpl working, however if I check the console after trying to eval or transfer I get:

ValueError: zero length field name in format Traceback (most recent call last): File ".\sublimeplugin.py", line 356, in run File ".\text_transfer.py", line 132, in run ValueError: zero length field name in format

If I check \text_trasfer.py at that line I find that it's an error-msg line for not finding the Repl, im not getting this error, im getting a bug at the point at which it would flag this error. (which doesn't make sense since the REpl is functioning fine)

wickedjargon commented 9 years ago

I get the same error:

Traceback (most recent call last): File "./sublimeplugin.py", line 356, in run File "./text_transfer.py", line 132, in run ValueError: zero length field name in format

however, mine is for petite-chez-scheme. Can anyone help me out?