Is it possible to make Websphere to work with CSV? I would love to leverage jython csv module. But it seems default Websphere 7 jython doesn't have that.

Is it possible to either include a jar in the classpath or upgrade the jython in websphere

Please advise

Thanks in advance!

link|improve this question

66% accept rate
feedback

2 Answers

up vote 1 down vote accepted

try to extract Lib/csv.py from the latest jython distribution and place it into WAS_ROOT/optionalLibraries/jython/Lib.

Let us know if that worked :)

link|improve this answer
Getting exception when importing the csv, looks like I have to upgrade the whole jython env. then just one .py? File "C:\Program Files\IBM\SDP\runtimes\base_v7\optionalLibraries\jython\Lib\csv.py", line 7, in ? ImportError: no module named _csv – Roy Chan Feb 6 at 2:00
Replaced the whole jython dir worked. Thanks Michal. – Roy Chan Feb 6 at 2:12
feedback

I have replaced the whole jython installation in the websphere with the new jython 2.5.2 (simple copy and paste) and it worked.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.