|
From: DITTGEN P. <pie...@cr...> - 2001-04-03 16:16:25
|
>
> The code is on line 11 of os.java, which is included in your
> distribution,
> so you can look at the file and get an exact answer to what
> failed and why.
>
> Ben
Thanks Ben.
The code at line 11 in os.java is:
public static String __file__ =
Py.getSystemState().prefix.toString() + "/Lib/javaos.py";
Is getSystemState() method returning a null value?
Is prefix attribute null?
But why, is there a reference to javaos.py?
Do I need the jython libs as jython scripts (i.e. not as class files)
to make my prog run?
Pierre
|