Re: Babelfish translation ...

2008-07-17 Thread Stef Mientki
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

Re: Babelfish translation ...

2008-07-17 Thread Stefan Behnel
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

Babelfish translation ...

2008-07-17 Thread Stef Mientki
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