X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <46E02134.3030400@kleckner.net> Date: Thu, 06 Sep 2007 08:48:04 -0700 From: Jim Kleckner User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Threading issue in cygwin python 2.5.1-2 ? References: <46D8A577 DOT 1060908 AT kleckner DOT net> <46DF52B8 DOT 7000509 AT kleckner DOT net> <46DF9CAD DOT 6000503 AT kleckner DOT net> <46E01E3C DOT 7000506 AT cygwin DOT com> In-Reply-To: <46E01E3C.7000506@cygwin.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Larry Hall (Cygwin) wrote: > Steve Holden wrote: >> Igor Peshansky wrote: >>> On Wed, 5 Sep 2007, Steve Holden wrote: >>> >>>>>> Running the example on the above Python system I just see the >>>>>> command >>>>>> prompt return with no program output whatsoever: >>>>>> >>>>>> sholden AT bigboy ~/Projects/Python >>>>>> $ /usr/bin/python test03.py >>>>> So it fails, but doesn't bring up the exception dialog. >>>> That's right: nothing at all. But note I compiled this particular >>>> version >>>> myself, so I guess it's possible I didn't enable threads. >>> >>> What's the exit code? The behavior sounds suspiciously like a >>> missing DLL >>> case... >> >> sholden AT bigboy ~/Projects/Python >> $ /usr/bin/python test03.py >> >> sholden AT bigboy ~/Projects/Python >> $ echo $? >> 0 >> >> So, what does this tell us? > > > Everything is just perfect! ;-) > > The value would be non-zero if it couldn't find a needed DLL. > > I also get 0 exit code even though there is a dialog box with the application error codes mentioned before. [jim AT kleckner2 ~]$ python aspn-threading-tkinter.py [jim AT kleckner2 ~]$ echo $? 0 [jim AT kleckner2 ~]$ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/