Kevin added the comment:

Ok, I've tried testing Serhiy's `canvas_dash.tcl` file, by running:

    import Tkinter
    root = Tkinter.Tk()
    root.tk.eval("source canvas_dash.tcl")
    root.mainloop()

(I'm not sure if this counts as "pure" Tcl/Tk. I don't have any experience in 
using Tcl/Tk outside of Python. If there's a way to execute `canvas_dash.tcl` 
straight from the command line, I'm willing to try, but after some cursory 
research I couldn't figure out how to do it.)

The result is the same as before: 18 pixel segments, 6 pixel gaps.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27058>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to