Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Neil Cerutti Newsgroups: comp.lang.python Subject: Re: how to trouble shoot - RuntimeError: Open Failed Date: 6 Sep 2013 15:39:04 GMT Organization: Norwich University Lines: 18 Message-ID: References: <8e84343f-1eff-4ed4-bfa7-aaf5755b5114@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: individual.net u5kvuJNQUN1CIFAy8X84LQbzlYWgH4HUR+2H1DemLAnq2R/Pgq Cancel-Lock: sha1:qh19wgJN0BAtKIGt+i+Xq9qxkrE= User-Agent: slrn/0.9.9p1/mm/ao (Win32) Xref: csiph.com comp.lang.python:53790 On 2013-09-06, stas poritskiy wrote: > I am working on application. App is processing a list of files > in folders. Folders act as a NEW-LOOP. so if all files in one > folder had been worked on, file is then saved and next folder > is picked up. it works fine only if i have a SINGLE folder, > however, when another folder is there, i get this RuntimeError: > Open Failed. I checked if those could be the files by leaving > only single (another folder), however all was fine. Questions - > How can i trouble shoot what is causing the problem? i don't > know where to begin. We can help better if you show some of your code; a minimal cut-down version that exhibits the error is ideal. Are you literally getting a RuntimeError? That would be weird. -- Neil Cerutti