pytddmon icon indicating copy to clipboard operation
pytddmon copied to clipboard

Use pygtk when available

Open objarni opened this issue 10 years ago • 0 comments

pytddmon uses python-tk (Tkinter) for it's user interface. That UI toolkit is builtin on Windows CPython installations.

On e.g. Ubuntu, python-tk is not installed by default. However, python-gtk2 is installed by default.

objarni avatar Aug 05 '15 09:08 objarni