Re: Screenshot of a web page

2009-04-29 Thread r
On Apr 29, 3:49 am, mattia wrote: > Are you aware of any python module that automatically gives you a > screenshot of a web page? PIL comes to mind -- http://mail.python.org/mailman/listinfo/python-list

Re: Screenshot of a web page

2009-04-29 Thread Дамјан Георгиевски
> Are you aware of any python module that automatically gives you a > screenshot of a web page? PyQt then use it's WebKit based component, load the web page, then render it into an image. -- дамјан ( http://softver.org.mk/damjan/ ) Give me the knowledge to change the code I do

Re: Screenshot of a web page

2009-04-29 Thread Daniel Fetchinson
> Are you aware of any python module that automatically gives you a > screenshot of a web page? http://mail.python.org/pipermail/tutor/2008-December/065847.html Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown -- http://mail.python.org/mailman/listinfo/

Screenshot of a web page

2009-04-29 Thread mattia
Are you aware of any python module that automatically gives you a screenshot of a web page? -- http://mail.python.org/mailman/listinfo/python-list

Re: Module for creating a screenshot of a web page given a URL?

2008-10-23 Thread [EMAIL PROTECTED]
ne knows that, please, reply me. Thanks a lot. -- View this message in context: http://www.nabble.com/Module-for-creating-a-screenshot-of-a-web-page-given-a-URL--tp5188873p20127934.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list

Re: Module for creating a screenshot of a web page given a URL?

2006-07-09 Thread John J. Lee
[EMAIL PROTECTED] writes: > > Untestetd, but I'm pretty sure something like this will do. > > If you need more control, and on windows, try pywinauto > > I do need it to run on Windows. I'll check out pywinauto. Thanks. Note he didn't say you *need* pywinauto to run on Windows. John -- http:/

Re: Module for creating a screenshot of a web page given a URL?

2006-07-06 Thread dananrg
> Untestetd, but I'm pretty sure something like this will do. > If you need more control, and on windows, try pywinauto I do need it to run on Windows. I'll check out pywinauto. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Module for creating a screenshot of a web page given a URL?

2006-07-05 Thread Rune Strand
[EMAIL PROTECTED] wrote: > Is there a Python module that, given a URL, will grab a screenshot of > the web page it goes to? I'd like to be able to feed such a module a > list of URLs from a file. > > Thanks very much. Not as I know of, but it's easy to write Something like this quasi-code: impor

Module for creating a screenshot of a web page given a URL?

2006-07-05 Thread dananrg
Is there a Python module that, given a URL, will grab a screenshot of the web page it goes to? I'd like to be able to feed such a module a list of URLs from a file. Thanks very much. -- http://mail.python.org/mailman/listinfo/python-list