Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28409
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'broken': 0.03; 'exception': 0.03; 'error:': 0.05; 'skip:" 60': 0.05; 'subject:Error': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Help': 0.10; 'thread': 0.11; '24,': 0.16; 'invoking': 0.16; 'received:173.11': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'skip:" 70': 0.16; 'subject:Broken': 0.16; 'causing': 0.20; 'skip:" 30': 0.20; 'pipe': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; '(most': 0.27; 'header:X-Complaints- To:1': 0.28; 'run': 0.28; 'skip:_ 10': 0.29; 'stuff': 0.30; 'code': 0.31; 'file': 0.32; 'traceback': 0.33; 'to:addr:python- list': 0.33; 'so,': 0.35; 'received:org': 0.36; 'subject:Please': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'self.run()': 0.84; 'subject: . ': 0.84; 'subject:!!': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Emile van Sebille <emile@fenx.com> |
| Subject | Re: Error 32 - Broken Pipe . Please Help!! |
| Date | Tue, 04 Sep 2012 10:26:36 -0700 |
| References | <a4c3d8fe-b5d6-46aa-b97f-9f8af00bdf2d@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 173-11-108-137-sfba.hfc.comcastbusiness.net |
| User-Agent | Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
| In-Reply-To | <a4c3d8fe-b5d6-46aa-b97f-9f8af00bdf2d@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.183.1346779435.27098.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1346779435 news.xs4all.nl 6916 [2001:888:2000:d::a6]:55458 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:28409 |
Show key headers only | View raw
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