importing re in Jython

Alexis Francart alexis.francart at nospam.xagagroup.com
Wed Jul 9 07:18:41 EDT 2003


Hello,

I want to use a program called maxq. This program is used for functionnal 
and regression test of web application. The language it uses is Jython.
I need to get a part of a web page using regular expression.
However i try to import the RE library but i'm not able to.
Since the Jython.jar already contains an ORO i tried to use it but without 
success. I then tried to import the RE library but was unable to do so. I 
then try to import the regexp library from jakarta but without success.

Do you know how i can import the RE module in Jython?

NB: I hope the part on my life interested you since it has not too much to 
do with the question.

Alexis




More information about the Python-list mailing list