Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68025
| From | dieter <dieter@handshake.de> |
|---|---|
| Subject | Re: debugging on windows |
| Date | 2014-03-08 07:48 +0100 |
| References | <5319CAC7.4010200@chamonix.reportlab.co.uk> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7922.1394261406.18130.python-list@python.org> (permalink) |
Robin Becker <robin@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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: debugging on windows dieter <dieter@handshake.de> - 2014-03-08 07:48 +0100
csiph-web