Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53790
| From | Neil Cerutti <neilc@norwich.edu> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: how to trouble shoot - RuntimeError: Open Failed |
| Date | 2013-09-06 15:39 +0000 |
| Organization | Norwich University |
| Message-ID | <b8ub8oFelgnU1@mid.individual.net> (permalink) |
| References | <8e84343f-1eff-4ed4-bfa7-aaf5755b5114@googlegroups.com> |
On 2013-09-06, stas poritskiy <stascrash@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
how to trouble shoot - RuntimeError: Open Failed stas poritskiy <stascrash@gmail.com> - 2013-09-06 08:00 -0700
Re: how to trouble shoot - RuntimeError: Open Failed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-06 15:27 +0000
Re: how to trouble shoot - RuntimeError: Open Failed Neil Cerutti <neilc@norwich.edu> - 2013-09-06 15:39 +0000
Re: how to trouble shoot - RuntimeError: Open Failed stas poritskiy <stascrash@gmail.com> - 2013-09-06 10:05 -0700
Re: how to trouble shoot - RuntimeError: Open Failed Terry Reedy <tjreedy@udel.edu> - 2013-09-06 14:49 -0400
Re: how to trouble shoot - RuntimeError: Open Failed stas poritskiy <stascrash@gmail.com> - 2013-09-06 12:28 -0700
csiph-web