Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15815
| References | <CAAx43Bw9bTT4vwdfAeLLdy6HPatcVYwsgS7vEhBjCyp_W1iviA@mail.gmail.com> |
|---|---|
| Date | 2011-11-17 02:12 -0800 |
| Subject | Re: problem in running script file (model-default.py) |
| From | Chris Rebert <clp2@rebertia.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2800.1321524732.27778.python-list@python.org> (permalink) |
On Thu, Nov 17, 2011 at 1:51 AM, Anushree Tripathi <anushritripathi@gmail.com> wrote: > When I run script file(i.e.,model-default.py) on IDLE interface,I m > getting this error: > read_al_373E> Protein specified in ALIGN_CODES(i) was not found in the > alignment file; ALIGN_CODES( 1) = 2hyd Such an error is entirely specific to the particular script you are running (and/or possibly due to a lack of command-line arguments since you're running it via IDLE). Either consult the script's documentation or author, or post the script here. We can't debug/troubleshoot code we don't have access to. Regards, Chris
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: problem in running script file (model-default.py) Chris Rebert <clp2@rebertia.com> - 2011-11-17 02:12 -0800
csiph-web