ImportError: No module named optparse in jython
- by jeet
getting
Traceback (most recent call last):
File "C:\projects\myproject\convert.py", line 139, in
import optparse
ImportError: No module named optparse.
when executing it using jython. Same module works fine when i execute it through python.
I am usinng window7 operating system. The same modle works fine on windows XP machine with both python and Jython.