|
From: Astan Chee on 7 Jul 2008 00:12 Hi, I was wondering if I can do a capture of a VNC screen in python. Kinda like this http://search.cpan.org/~lbrocard/Net-VNC-0.35/lib/Net/VNC.pm but without opening a VNC window or doing a screen capture. Thanks for any suggestions -- "Formulations of number theory: Complete, Consistent, Non-trivial. Choose two." Animal Logic http://www.animallogic.com Please think of the environment before printing this email. This email and any attachments may be confidential and/or privileged. If you are not the intended recipient of this email, you must not disclose or use the information contained in it. Please notify the sender immediately and delete this document if you have received it in error. We do not guarantee this email is error or virus free.
From: Mike Driscoll on 7 Jul 2008 13:30 On Jul 6, 11:12 pm, Astan Chee <st...(a)al.com.au> wrote: > Hi, > I was wondering if I can do a capture of a VNC screen in python. Kinda > like this http://search.cpan.org/~lbrocard/Net-VNC-0.35/lib/Net/VNC.pm > but without opening a VNC window or doing a screen capture. > Thanks for any suggestions > > -- > "Formulations of number theory: Complete, Consistent, Non-trivial. Choose two." > > Animal Logichttp://www.animallogic.com > How can you do a screen capture without doing a screen capture? You'll probably have to use some kind of automation techniques, SendKeys, and/ or the subprocess module. If you can find a VNC program that has a COM interface, then you may be able to use Python's win32com module, which is a part of the win32 package. Mike
|
Pages: 1 Prev: can't start IDLE 2.6 in Windows Vista Next: extended setattr() |