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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24390>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to