This can be used as workaround. Suggested by https://mail.enthought.com/pipermail/enthought- dev/2009-June/021965.html.
--- /usr/share/pyshared/enthought/kiva/agg/agg.py 2009-12-06 14:36:02.363707987 +0100 +++ /usr/share/pyshared/enthought/kiva/agg/agg.py~ 2009-12-06 14:33:21.273733592 +0100 @@ -861,7 +861,7 @@ def begin_page(*args): return _agg.GraphicsContextArray_begin_page(*args) def end_page(*args): return _agg.GraphicsContextArray_end_page(*args) def begin_path(*args): return _agg.GraphicsContextArray_begin_path(*args) - def move_to(*args): return _agg.GraphicsContextArray_move_to(args[0],float(args[1]),float(args[2])) + def move_to(*args): return _agg.GraphicsContextArray_move_to(*args) def line_to(*args): return _agg.GraphicsContextArray_line_to(*args) def curve_to(*args): return _agg.GraphicsContextArray_curve_to(*args) def quad_curve_to(*args): return _agg.GraphicsContextArray_quad_curve_to(*args) ** Bug watch added: svn.enthought.com/enthought/ #1776 https://svn.enthought.com/enthought/ticket/1776 ** Also affects: ezvisage via https://svn.enthought.com/enthought/ticket/1776 Importance: Unknown Status: Unknown -- type mismatch causes chaco examples to fail https://bugs.launchpad.net/bugs/425957 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs