[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: jython install



Randall Smith wrote:
If you have installed Jython, maybe you can help.

I just installed Jython using apt-get install jython. I'm not a Java programmer. When I fire up the interpreter and type 'import java', I get an import error saying the module can't be found. Any help?

Randall


This also fails.

randall@rbsgw:~$ jython
Jython 2.1 on java3.3.3 (JIT: null)
>>> from com.ziclix.python.sql import zxJDBC
Traceback (innermost last):
  File "<console>", line 1, in ?
ImportError: no module named com
>>>



Reply to: