Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 568, in run_
return self.run(edit, **args)
File "C:\Users\test\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\text_transfer.py", line 147, in run
SENDERS[external_id](rv.repl, text, self.view, rv)
File "C:\Users\test\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\text_transfer.py", line 68, in python_sender
return default_sender(repl, execute, view, repl_view)
File "C:\Users\test\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\text_transfer.py", line 20, in default_sender
repl.write(text)
File "C:\Users\test\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\repls\repl.py", line 85, in write
return self.write_bytes(bytes)
File "C:\Users\test\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\repls\subprocess_repl.py", line 235, in write_bytes
si.flush()
OSError: [Errno 22] Invalid argument
I am beginner in using ST3 and Python. I try run simple py-code:
I am beginner in using ST3 and Python. I try run simple py-code:
and got error.
Windows 7, python3