ImportError: No module named optparse in jython

Posted by jeet on Stack Overflow See other posts from Stack Overflow or by jeet
Published on 2010-05-04T03:10:45Z Indexed on 2010/05/04 3:18 UTC
Read the original article Hit count: 490

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about python

Related posts about jython