From: cindy <inf...@pi...> - 2001-03-23 19:32:39
|
Hi again, In another one of my test modules I use a statement like this; System.out.println(" a Point is now at: " + self.aPoint) I get an error " TypeError: __add__ nor __radd__ defind fo these operands Is the concatenation not excepted in jython? When I use python's print statement everthing is ok. Wayne |