Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19544 > unrolled thread

Re: calling a simple PyQt application more than once

Started byJabba Laci <jabba.laci@gmail.com>
First post2012-01-28 12:51 +0100
Last post2012-01-28 12:51 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: calling a simple PyQt application more than once Jabba Laci <jabba.laci@gmail.com> - 2012-01-28 12:51 +0100

#19544 — Re: calling a simple PyQt application more than once

FromJabba Laci <jabba.laci@gmail.com>
Date2012-01-28 12:51 +0100
SubjectRe: calling a simple PyQt application more than once
Message-ID<mailman.5172.1327751519.27778.python-list@python.org>
> You can click the "Press me" button as many times as you wish; it
> retrieves and displays/prints the same HTML file on each click.

Hi,

Thanks for your reply. I forgot to mention that my first solution
created a headless browser, i.e. it didn't create any GUI. I would
like to keep it that way, thus I could scrape (AJAX-powered) webpages
in batch mode without any user interaction.

One workaround is to put the scraper in a separate file and call it as
an external command. But I'd like a more elegant solution that that.

Laszlo

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web