Re: Python/Tkinter DLL conflicts on Windows

2007-12-26 Thread Martin v. Löwis
> Any help in tracking down the source of this problem > would be appreciated. You could try installing a debugger on machine H, hoping that the debugger gets entered when pythonw crashes. The stack trace may provide some insight on what precisely fails. HTH, Martin -- http://mail.python.org/m

Re: Python/Tkinter DLL conflicts on Windows

2007-12-26 Thread kyosohma
On Dec 26, 1:03 pm, "Russell Blau" <[EMAIL PROTECTED]> wrote: > I have some Tkinter programs that I run on two different machines. On > Machine W, which runs Python 2.5.1 on Windows XP, these programs run fine. > On Machine H, which runs Python 2.5.1 on Windows XP, however, the same > programs cra