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


Groups > comp.lang.python > #67997

debugging on windows

From Robin Becker <robin@reportlab.com>
Subject debugging on windows
Date 2014-03-07 13:33 +0000
Newsgroups comp.lang.python
Message-ID <mailman.7901.1394199250.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web