Jython help pls

Chris Liechti cliechti at gmx.net
Sun Apr 14 14:46:15 EDT 2002


sqrt_2 wrote in news:3cb9c6c3.115241899 at news.mweb.co.za:
> Can anyone help with Jython compiler error messages. I find it
> difficult to understand what the errors are as I have only just
> started with this product.

maybe you want to work through a python tutorial? the one one python.org
is for CPython but 90% or more will apply to Jython too.

> Messages  like: 
> 'NameError: Java'
note that python and java are case sensitive. you probly meant "from java 
import ..." (small 'J')

> What does that mean?? Is there a reasonable site where I can find
> explanations for common error messages? The Jython site FAQ is no help
> at all.

The python docs should help 



-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list