Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'redirected': 0.07; 'tkinter': 0.07; 'indicates': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'statements': 0.09; 'unhandled': 0.09; 'python': 0.11; 'windows': 0.15; 'outputs': 0.16; 'pdb': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'relevant.': 0.16; 'sp3': 0.16; 'stderr': 0.16; 'subject:windows': 0.16; 'exception': 0.16; 'bit': 0.19; 'app': 0.19; 'module': 0.19; 'appears': 0.22; 'print': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'fine': 0.24; 'header:X-Complaints-To:1': 0.27; 'skip:( 20': 0.30; 'code': 0.31; 'violation': 0.31; 'compatible': 0.32; 'run': 0.32; 'but': 0.35; 'add': 0.35; 'should': 0.36; 'application': 0.37; 'nov': 0.38; 'window': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'hope': 0.61; 'myself': 0.63; 'more': 0.64; 'received:109': 0.72; '2013,': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Robin Becker Subject: debugging on windows Date: Fri, 07 Mar 2014 13:33:59 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 109.174.168.73 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1394199251 news.xs4all.nl 2891 [2001:888:2000:d::a6]:48731 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67997 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