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


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

debugging on windows

Started byRobin Becker <robin@reportlab.com>
First post2014-03-07 13:33 +0000
Last post2014-03-07 13:33 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  debugging on windows Robin Becker <robin@reportlab.com> - 2014-03-07 13:33 +0000

#67997 — debugging on windows

FromRobin Becker <robin@reportlab.com>
Date2014-03-07 13:33 +0000
Subjectdebugging on windows
Message-ID<mailman.7901.1394199250.18130.python-list@python.org>
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.

the main window has appeared and the app is in a module search to find 
files/classes that might be relevant. VS 2010 indicates the error is some where 
  in the python33 dll. The code appears to run fine in 2.7, but should be 
compatible with 3.3.x

Is my only hope to add more print statements or use pdb or should I try and 
compile python 3.3.x myself and get the search narrowed with VS? The issue is 
complicated by my having redirected all outputs to some message windows using 
fake files for stderr & stdout.


-- 
Robin Becker

[toc] | [standalone]


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


csiph-web