Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #83828 > unrolled thread

Re: [OT] Re: MySQL connections

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2015-01-15 09:22 -0500
Last post2015-01-15 09:22 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [OT] Re: MySQL connections Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-01-15 09:22 -0500

#83828 — Re: [OT] Re: MySQL connections

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2015-01-15 09:22 -0500
SubjectRe: [OT] Re: MySQL connections
Message-ID<mailman.17762.1421331757.18130.python-list@python.org>
On Thu, 15 Jan 2015 13:48:34 +0200, "Jacob Kruger" <jacob@blindza.co.za>
declaimed the following:

>Agree with that, but, like said in prior e-mail, just get windows error 
>message popping up, mentioning - no track trace, since it's python 
>terminating:
>
	Python is fairly good about dumping a stack trace when the error is
something detectable by Python.

>---error details---
>  Problem Event Name: BEX
>  Application Name: python.exe
>  Fault Module Name: StackHash_0a9e
>---end error details---
>
	This, to me, implies that something being called by Python, but not
part of Python, is at fault. Third party extension modules, maybe system
ODBC library, etc. It's something that is dynamically linked to the current
Python processes, which is why the application name shows Python.

	Does 
SFC /scannow
show any problems on either machine. (should be some command that does
version checking too which might be of interest to compare)
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web