RE: "import re" with jython

2005-02-28 Thread David Resnick
distro. David -Original Message- From: David Resnick [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 15:49 To: 'user@ant.apache.org' Subject: "import re" with jython I'm trying to use the jython re module in ant from a script task. I have added the

"import re" with jython

2005-02-24 Thread David Resnick
I'm trying to use the jython re module in ant from a script task. I have added the jython.jar library to my classpath, and can use various function of python. But when I try to import re, I get the following: check: [script] Traceback (innermost last): [script] File "", line 2, in ? [s