PyException

Chris Liechti cliechti at gmx.net
Wed Apr 3 17:04:24 EST 2002


ktrinh at allmerica.com (Khanh Trinh) wrote in 
news:1a27883b.0204031201.79639b2f at posting.google.com:

> The package was purchased from a vendor and they couldn't find the
> answer for this at all.
 
> Message: 
> Internal Error
> Traceback (innermost last):
>   File "<string>", line 18, in ?
> ImportError: No module named iclick
 
[very long traceback removed...]

have you checked the jython and java search path? it seems that jython does 
not find iclick (.jar or whatever) despite jython is started from within 
that module. try adding the directory where iclick.xxx resides to either 
the CLASSPATH environment variable if its a java extension or to PYTHONPATH 
if its a .py.

chris

-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list