[issue33241] Tooltip not display with macOS 64-bit installer 3.6.5 but work with macOS 64-bit/32-bit installer

Louis Martin report at bugs.python.org
Sun Apr 8 14:21:30 EDT 2018


New submission from Louis Martin <louis.martin.uqam at gmail.com>:

Tested with :

from appJar import gui

with gui() as app:
    app.label('hello world', tip="help me")
    app.addLabel("l1", "text")
    app.setLabelTooltip("l1", "more help")

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33241>
_______________________________________


More information about the Python-bugs-list mailing list