I want to take a screenshot using python.
I have tried using PIL, but since I am using 64bit windows and python PIL does not work (I could only find 32bit PIL versio
I got the same problem on PIL or pyscreenshot, here's how I solved it.
Right-click on python.exe, Properties, Compatibility tab, check 'Disable display scaling on high DPI settings'. Repeat for pythonw.exe.