Re: debugging on windows

2014-03-10 Thread Robin Becker
. Unhandled exception at 0x1e0aebb8 in python.exe: 0xC005: Access violation reading location 0x0048. This is a C level error -- likely some memory corruption. You will need a C level debugger to analyse the problem - and likely, it will not be easy. indeed it was. Seem

Re: debugging on windows

2014-03-07 Thread dieter
Robin Becker writes: > Using > >> Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:18:40) [MSC v.1600 32 bit >> (Intel)] on win32 >> Type "help", "copyright", "credits" or "license" for more information. > > to run a tkinter + pmw2 application I have the following error on windows xp > sp3 >

debugging on windows

2014-03-07 Thread Robin Becker
Using Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:18:40) [MSC v.1600 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. to run a tkinter + pmw2 application I have the following error on windows xp sp3 Unhandled exception at 0x1e0aebb8 in p