|
From: Pasha A. <par...@en...> - 2001-04-25 17:59:40
|
I have Python scripts that import the python regex modules and i am trying to run the python scripts on jython. When i change the file containing the regex import to re, the new replacement for regex, i get an error stating that the regex module is not found, this is displayed after I have changed all of the instances of regex with re, there is also a regex.compile(line[A]) that I replace with re.compile(line[A]) and for some reason it still says no module names regex. I was wondering if anyone can help me out? Thanks. Pasha ____________________________ Pasha Arshadi Software Engineer Endeavors Technology 19700 Fairchild, Suite 200 Irvine, CA 92612 (949) 833-2800 x110 www.endeavors.com par...@en... |