Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15815
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <chris@rebertia.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'alignment': 0.09; 'command-line': 0.09; 'am,': 0.12; 'error:': 0.12; 'subject:file': 0.13; 'cc:addr:python-list': 0.15; 'author,': 0.16; 'consult': 0.16; 'file;': 0.16; 'wrote:': 0.18; 'arguments': 0.18; 'subject:problem': 0.19; 'possibly': 0.21; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.23; 'cc:2**0': 0.25; 'code': 0.25; 'received:209.85.220': 0.27; 'script': 0.28; 'idle': 0.28; 'cc:addr:python.org': 0.29; 'message-id:@mail.gmail.com': 0.29; 'chris': 0.30; 'specified': 0.30; 'error': 0.31; 'nov': 0.31; 'thu,': 0.32; "can't": 0.32; '17,': 0.34; 'running': 0.35; 'post': 0.35; 'run': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'either': 0.39; 'subject: (': 0.39; 'subject:: ': 0.39; 'received:209': 0.40; '2011': 0.62; 'due': 0.66; 'here.': 0.66; '8bit%:50': 0.67; 'sender:addr:chris': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5IQwF0And3ga3lhjDv4rFNW8mtixI7ECYFMyDXQEdDA=; b=Q1tNtoTkWBwPv6G4/3WGusmdRuzi08EBZs9n5RkXDw5ILEaKahR9g3ZIl3ZgtYthj3 zRwUUp8l0jaRFEIuLBBmpOR2fP7CVwWkhW4LXzlf/6ZGYMJkC11JUlJOqr93JokFT7k7 TveWQHwpbSV63utA5paD68HpOXaPmvJkGBZiA= |
| MIME-Version | 1.0 |
| Sender | chris@rebertia.com |
| In-Reply-To | <CAAx43Bw9bTT4vwdfAeLLdy6HPatcVYwsgS7vEhBjCyp_W1iviA@mail.gmail.com> |
| References | <CAAx43Bw9bTT4vwdfAeLLdy6HPatcVYwsgS7vEhBjCyp_W1iviA@mail.gmail.com> |
| Date | Thu, 17 Nov 2011 02:12:09 -0800 |
| X-Google-Sender-Auth | GuMEH-e84zeQFF8noO2w6bqUaXc |
| Subject | Re: problem in running script file (model-default.py) |
| From | Chris Rebert <clp2@rebertia.com> |
| To | Anushree Tripathi <anushritripathi@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2800.1321524732.27778.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1321524732 news.xs4all.nl 6936 [2001:888:2000:d::a6]:57788 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:15815 |
Show key headers only | View raw
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