Dear sir, P.< y0, y1, x0, x1> = PolynomialRing(GF(3),4,order='lex');
is working in interactive python shell. but not working in python script file executed at command prompt Error Message is: Code: File "test.py", line 10 P.< y0, y1, y2, x0, x1, x2> = PolynomialRing(GF(2), 6,order='lex'); ^ SyntaxError: invalid syntax Please help me out, by suggesting an alternative quickfix for the problem. Thanks & Regards, Sajan.S --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---