thanks Stefan,
both lxml and threading works perfect.
One small problem, "with_tail" was not recognized as a valid keyword.
cheers,
Stef
Stefan Behnel wrote:
Stef Mientki gmail.com> writes:
Although it works functionally,
it can take lots of time waiting for the translation.
What I basic
Stef Mientki gmail.com> writes:
> Although it works functionally,
> it can take lots of time waiting for the translation.
>
> What I basically do is, after selecting a new string to be translated:
>
> kwds = { 'trtext' : line_to_be_translated, 'lp' :'en_nl'}
> soup = BeautifulSoup (urlop
hello,
I've build a translation tool, to translate all strings in a python
source file.
As a extra gadget I added translation through Babel Fish,
using beautifulsoup.
Although it works functionally,
it can take lots of time waiting for the translation.
What I basically do is, after selecting