[New-bugs-announce] [issue24390] Python 3.4.3 64 bits is not "high dpi aware"

Ivan Bykov report at bugs.python.org
Sat Jun 6 11:20:26 CEST 2015


New submission from Ivan Bykov:

Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> SM_CYSCREEN = 1
>>> from ctypes import windll
>>> GetSystemMetrics = windll.user32.GetSystemMetrics
>>> GetSystemMetrics(SM_CYSCREEN)
1067
>>> 'really this value is 1600'
>>> 'executable must be labeled as "high dpi aware"'

----------
components: Windows
messages: 244894
nosy: ivb, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Python 3.4.3 64 bits is not "high dpi aware"
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24390>
_______________________________________


More information about the New-bugs-announce mailing list