Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; '2.7': 0.04; 'python': 0.08; 'complicate': 0.09; 'things.': 0.13; 'library': 0.14; 'subject:memory': 0.16; 'wrote:': 0.18; '(e.g.,': 0.19; 'header :In-Reply-To:1': 0.23; 'code': 0.25; 'windows': 0.26; '(and': 0.28; 'idle': 0.28; 'stefan': 0.28; 'problem': 0.29; 'environment': 0.30; 'module': 0.30; 'to:addr:python-list': 0.32; 'header:User-Agent:1': 0.33; 'idea': 0.34; 'occurs': 0.34; 'addition,': 0.36; 'charset:us-ascii': 0.36; 'using': 0.37; 'received:org': 0.37; 'some': 0.38; 'subject:: ': 0.39; 'might': 0.39; 'to:addr:python.org': 0.39; 'crash': 0.67; 'evaluate': 0.71; 'subject:management': 0.84; 'xp,': 0.84; 'ships': 0.91 Date: Mon, 7 Nov 2011 21:47:16 +0100 From: Stefan Krah To: python-list@python.org Subject: Re: memory management References: <3CB1190388197146B35D522652EAB501014C71D0C4@MESAMAIL01.acctcom.mesa> <4EB83D69.2000409@dejaviewphoto.com> <3CB1190388197146B35D522652EAB501014C71D167@MESAMAIL01.acctcom.mesa> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CB1190388197146B35D522652EAB501014C71D167@MESAMAIL01.acctcom.mesa> User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1320698844 news.xs4all.nl 6933 [2001:888:2000:d::a6]:53488 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15436 Juan Declet-Barreto wrote: > Well, I am using Python 2.5 (and the IDLE shell) in Windows XP, which > ships with ESRI's ArcGIS. In addition, I am using some functions in the > arcgisscripting Python geoprocessing module for geographic information > systems (GIS) applications, which can complicate things. I am currently > isolating standard library Python code (e.g., os.walk()) from the > arcgisscripting module to evaluate in which module the environment > crash is occurring. It might be a good idea to check if the problem also occurs with Python 2.7 since Python 2.5 is no longer maintained. Stefan Krah