importing re in Jython

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


Alexis Francart <alexis.francart at nospam.xagagroup.com> wrote in
news:Xns93B386C32C053alexisfrancartnospam at 193.252.19.141: 

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

Ok i've managed to import it. I'm new to jython and python so i think this 
is basic but unless the command line you have got to enter the whole pass 
in the script so ihave to enter 

from org.python.modules import re

instead of a simple

import re

thanks for your help




More information about the Python-list mailing list