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: 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: References: 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 To: Anushree Tripathi 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Thu, Nov 17, 2011 at 1:51 AM, Anushree Tripathi wrote: > When I run script file(i.e.,model-default.py) on IDLE interface,I m > getting=C2=A0this error: > read_al_373E> Protein specified in ALIGN_CODES(i) was not found in the > alignment file; ALIGN_CODES(=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 1) =3D= =C2=A0 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