Running a jython script via wsadmin with an `import re` line, the
script fails with
`Import Error: no module named re`
(and similarly for other modules in standard lib)
I can work around by copying the appropriate files from a Python 2.1
distribution to `myjythonlib`, then adding `myjythonlib` to sys.path
eg. import sys; sys.append('/path/to/myjythonlib')
but obviously I'd rather not.
There must be a simple fix, but I can't find any info on this.
Any ideas?
Thanks
Gerard
Did you find a simpler solution ?
Thanks,
Ravi