Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 65700 invoked from network); 19 Jan 2005 22:03:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Jan 2005 22:03:54 -0000 Received: (qmail 15504 invoked by uid 500); 19 Jan 2005 22:03:47 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 15464 invoked by uid 500); 19 Jan 2005 22:03:47 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 15451 invoked by uid 99); 19 Jan 2005 22:03:47 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mtao003.wamu.net (HELO mtao003.wamu.net) (167.88.201.33) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 19 Jan 2005 14:03:45 -0800 Received: from ([10.144.81.61]) by mtao003.wamu.net with ESMTP id KP-BYB90.66542095; Wed, 19 Jan 2005 14:02:06 -0800 Received: from EXMSEA005.us.wamu.net ([10.144.81.24]) by exisea012.us.wamu.net with Microsoft SMTPSVC(5.0.2195.6713); Wed, 19 Jan 2005 14:02:06 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Java task executing embedded jython fails to find scripting module Date: Wed, 19 Jan 2005 14:02:05 -0800 Message-ID: <0C260F619E428642BFA6380177C3ADF3A400D1@exmsea005.us.wamu.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Java task executing embedded jython fails to find scripting module thread-index: AcT+coC+eYBxQsRJSb2uEF+S0IqEkw== From: "Karr, David" To: X-OriginalArrivalTime: 19 Jan 2005 22:02:06.0257 (UTC) FILETIME=[83B43A10:01C4FE72] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm having an issue which seems to be caused by my Ant configuration, but it's involving some other tools. If you're not familiar with these other tools, either ignore this or try to muddle through it. I'm using WebLogic's WLST tool, which uses Jython (Python interpreter in Java). I'm trying to execute WLST from a "java" task in my Ant script. Most of my sample scripts have worked fine like this, but as soon as I try to call the "raw_input()" method in my script, I get the following: -------------- Initializing WebLogic Scripting Tool (WLST) ... Traceback (innermost last): File "", line 17, in ? ImportError: No module named scripting -------------- The key reason I'm asking this on this list is that when I execute this outside of Ant, I don't see this symptom. The "raw_input()" call works fine. Any ideas what might be causing this? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org