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


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

Re: debugging on windows

Started bydieter <dieter@handshake.de>
First post2014-03-08 07:48 +0100
Last post2014-03-08 07:48 +0100
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: debugging on windows dieter <dieter@handshake.de> - 2014-03-08 07:48 +0100

#68025 — Re: debugging on windows

Fromdieter <dieter@handshake.de>
Date2014-03-08 07:48 +0100
SubjectRe: debugging on windows
Message-ID<mailman.7922.1394261406.18130.python-list@python.org>
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.

[toc] | [standalone]


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


csiph-web