Robin Becker <ro...@reportlab.com> 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 > >> Unhandled exception at 0x1e0aebb8 in python.exe: 0xC0000005: Access >> violation reading location 0x00000048.
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. -- https://mail.python.org/mailman/listinfo/python-list