The grabscreen module only seems to work on the primary screen, of my 2 
displays, instead of both screen.  Pressing PrintScreen easily captures both 
screens.  I looked over the C code, and found out why.  It's getting the 
physical screen size, and not the virtual one.  I wanted to fix it, but get 
some odd error about requiring .NET  Below is that error message.  How can I 
correct the C code without .Net SDK?

-- error from console --
G:\software\python_image_lib\Imaging-1.1.6\Imaging-1.1.6>python setup.py 
build_ext -i
running build_ext
error: The .NET Framework SDK needs to be installed before building extensions 
for Python.


Richard R.
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to