326th line in htmlElements.py should be changed from
font = pyui2.system.GetDeviceContext().createFont, key)
to
font = pyui2.system.getDeviceContext().createFont(key)
Log in to post a comment.