Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28409
| From | Emile van Sebille <emile@fenx.com> |
|---|---|
| Subject | Re: Error 32 - Broken Pipe . Please Help!! |
| Date | 2012-09-04 10:26 -0700 |
| References | <a4c3d8fe-b5d6-46aa-b97f-9f8af00bdf2d@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.183.1346779435.27098.python-list@python.org> (permalink) |
On 9/4/2012 10:08 AM Sreenath k said...
> Error:
>
>
> Exception in thread Thread-1:
> Traceback (most recent call last):
> File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
> self.run()
> File "/usr/lib/python2.7/dist-packages/spyderlib/widgets/externalshell/monitor.py", line 575, in run
> already_pickled=True)
> File "/usr/lib/python2.7/dist-packages/spyderlib/utils/bsdsocket.py", line 24, in write_packet
> sock.send(struct.pack("l", len(sent_data)) + sent_data)
> error: [Errno 32] Broken pipe
>
> Code :
<snip non-relevant code to the above traceback>
So, what code is invoking spyderlib stuff that's causing the error?
Emile
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Error 32 - Broken Pipe . Please Help!! Sreenath k <sreenathk17296@gmail.com> - 2012-09-04 10:08 -0700
Re: Error 32 - Broken Pipe . Please Help!! Laszlo Nagy <gandalf@shopzeus.com> - 2012-09-04 19:21 +0200
Re: Error 32 - Broken Pipe . Please Help!! Emile van Sebille <emile@fenx.com> - 2012-09-04 10:26 -0700
Re: Error 32 - Broken Pipe . Please Help!! Ramchandra Apte <maniandram01@gmail.com> - 2012-09-04 20:40 -0700
Re: Error 32 - Broken Pipe . Please Help!! Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-05 01:33 -0400
Re: Error 32 - Broken Pipe . Please Help!! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-05 08:38 +0100
csiph-web