|
From: Carlos Q. <car...@rt...> - 2001-10-02 10:09:54
|
This sounds to me like a indentation problem.=20 maybe the file you are reading has mixed tabs and spaces or something like that. OTOH maybe the runsource is not the best thing to do. Why don't you use push, or directly execfile? > Traceback (innermost last): > (no code object) at line 0 > File "<input>", line 1 > else : > ^ > SyntaxError: invalid syntax >=20 > thanks/Brian >=20 >=20 > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev >=20 |