I'm installing jython21a3 on Linux.
It runs ok and sees modules like sys; however I get the following error:
-------------------------------------------------
>>>import java
Traceback (innermost last):
File "<console>", line 1, in ?
ImportError: no module named java
>>> ------------------------------------------------
sys.path = ['', '.', '/usr/local/jython/Lib']
$CLASSPATH=/usr/java/jdk1.3.1/jre/lib/rt.jar
Can I get a clue here??????
tx
|