Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ERROR Python View (Labs) 0:1 Execute failed: Software caused connection abort: socket write error
  2. ERROR PythonKernel Traceback (most recent call last):
  3. File "C:\ws\eclipse_knime_git\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\..\..\..\..\git\knime-python\org.knime.python2\py\PythonKernel.py", line 969, in <module>
  4. run()
  5. File "C:\ws\eclipse_knime_git\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\..\..\..\..\git\knime-python\org.knime.python2\py\PythonKernel.py", line 188, in run
  6. write_bytearray(data_bytes)
  7. File "C:\ws\eclipse_knime_git\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\..\..\..\..\git\knime-python\org.knime.python2\py\PythonKernel.py", line 675, in write_bytearray
  8. write_data(data_bytes)
  9. File "C:\ws\eclipse_knime_git\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\..\..\..\..\git\knime-python\org.knime.python2\py\PythonKernel.py", line 646, in write_data
  10. _connection.sendall(data)
  11. TypeError: a bytes-like object is required, not 'str'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement