Jump to content

"Exception happened" - Python error on start up


konstantin magnus

Recommended Posts

When I start Houdini I recently get this error message in the Python console.

Python 2.7.6 (default, Oct 26 2016, 20:33:43) 
[GCC 4.8.4] on linux2
Houdini 16.0.557 hou module imported.
Type "help", "copyright", "credits" or "license" for more information.
>>> ----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 40274)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
    self.finish()
  File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
    self.wfile.close()
  File "/usr/lib/python2.7/socket.py", line 279, in close
    self.flush()
  File "/usr/lib/python2.7/socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
----------------------------------------

How can this be fixed?

Link to comment
Share on other sites

  • 2 weeks later...

It still occurs after updating.

Python 2.7.6 (default, Oct 26 2016, 20:33:43) 
[GCC 4.8.4] on linux2
Houdini 16.0.633 hou module imported.
Type "help", "copyright", "credits" or "license" for more information.
>>> ----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 34580)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
    self.finish()
  File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
    self.wfile.close()
  File "/usr/lib/python2.7/socket.py", line 279, in close

Can it be because I installed some Editor named PyCharm or because of the python version in use?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...