Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

wm_attributes does not take keyword arguments. See issue1500773.

something like this should work, though:
        self.top=Toplevel(master=self.parent)
        self.top.wm_attributes('-alpha', 0.8)

----------
nosy: +amaury.forgeotdarc
resolution:  -> duplicate
status: open -> closed

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

Reply via email to