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: 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 Subject: Re: Error 32 - Broken Pipe . Please Help!! Date: Tue, 04 Sep 2012 10:26:36 -0700 References: 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: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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 : So, what code is invoking spyderlib stuff that's causing the error? Emile