Andrew

Results 52 comments of Andrew

Hi @simpleuserdontwatch the fixes for #24 may have fixed this. Try upgrading TkinterWeb and let me know if it works.

That's weird... Can you replace the file `data/data/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/tkinterweb/tkhtml/Linux/64-bit/libTkhtml3.0.so` with the one from `/data/data/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/tkinterweb/tkhtml/Linux/arc/libTkhtml3.0.so` and let me know what happens?

It looks like you're not using the latest version of TkinterWeb. It should be version `3.23.5`. Try upgrading, and let me know what happens.

Oops... my bad. The file to copy is in `tkinterweb/tkhtml/Linux/arm/` and not `tkinterweb/tkhtml/Linux/arc`. On Tue, Nov 21, 2023, 11:59 p.m. Simpleuser ***@***.***> wrote: > It looks like you're not using...

It looks like I need to compile the underlying HTML engine for arch64 Linux systems. It might be a while before I have the time to work this out. If...

Hi! Not at the moment, but I can add it if needed. What are your trying to do?

If you're using `find_text` as a way to filter elements and get their data, I would instead use `frame.html.search(css_selector)` to get the nodes. For large documents this would be faster...

Hi! No, it is not possible to use `search` to mimic the functionality of `find_text`. `find_text` takes the text content of the website, uses RegEx to find matches, and then...

Happy to help! Thanks for noticing that bug; I just fixed it.

I renamed some of the files to match the output filename when compiling Tkhtml. I had someone ask why they were named differently and I figured I would rename some...