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
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