Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15815 > unrolled thread
| Started by | Chris Rebert <clp2@rebertia.com> |
|---|---|
| First post | 2011-11-17 02:12 -0800 |
| Last post | 2011-11-17 02:12 -0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: problem in running script file (model-default.py) Chris Rebert <clp2@rebertia.com> - 2011-11-17 02:12 -0800
| From | Chris Rebert <clp2@rebertia.com> |
|---|---|
| Date | 2011-11-17 02:12 -0800 |
| Subject | Re: problem in running script file (model-default.py) |
| Message-ID | <mailman.2800.1321524732.27778.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web