On 3月18日, 下午5时47分, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> En Sat, 17 Mar 2007 08:09:16 -0300, imx <[EMAIL PROTECTED]> escribió:
>
> > Enviroment: WinXP sp2, python 2.5
> > problem: click IDLE using shorcut menu or run phthonw.exe directly,
> &g
Hi,
Enviroment: WinXP sp2, python 2.5
problem: click IDLE using shorcut menu or run phthonw.exe directly,
nothing happen! But running python.exe from the command line is fine.
I searched this issue on the net and this forum and tried some
suggestions but with no luck.
Any ideas?
Thanks in advan
On 3月14日, 上午5时44分, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> > The reason I want to do simulation but not just crawling is : we have
> > to check many web pages' front page to see whether it conform to our
> > visual standard, e.g, it should put a search box on the top part of
> > the page.
On 3月13日, 上午12时39分, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> On Mar 12, 7:32 am, "imx" <[EMAIL PROTECTED]> wrote:
>
> > I wonder whether python can be used to simulate a real user to do the
> > following:
> > 1) open a web site
On 3月13日, 上午4时26分, "Paul Boddie" <[EMAIL PROTECTED]> wrote:
> Goldfish wrote:
> > You can definitely create a web bot with python. It doesn't require
> > that you "drive" A real web browser.
>
> That's true, but if you want to print the page to a file, you need
> something that can reproduce the in
Hi there,
I wonder whether python can be used to simulate a real user to do the
following:
1) open a web site in a browser;
2) printscreen, so to copy the current active window image to
clipboard;
3) save the image file to a real file
Any pointer will be apprieciated!
Xiong
--
http://mail.pyth