TkinterWeb icon indicating copy to clipboard operation
TkinterWeb copied to clipboard

Python bindings for Tkhtml.

Results 14 TkinterWeb issues
Sort by recently updated
recently updated
newest added

**The feature** To be able to right click on hypertext link, and trigger a different action. **Use case** Be able to emulate the behavior "open in a new tab" or...

When installing on a Raspberry Pi Zero running Raspberry Pi Os Lite (bullseye) with Openbox and LightDM installed... On first use of tkinterweb I encountered a **ModuleNotFoundError**. I tweaked the...

question

I'm using tkinterweb to display a help file in my app. The help has a table of contents, containing internal hrefs: `Penguins are great!` and farther on `Penguins` In Windows...

Source code snippet: ``` # gui2.py import tkinter as tk from tkinterweb import HtmlFrame class GUI: def __init__(self) -> None: self.root = tk.Tk() self.root.geometry("815x416") self.info_html = HtmlFrame(self.root, width=1, height=1, horizontal_scrollbar="auto",...

question

Hello ! :) Source code snippet : ``` import tkinter as tk from tkinterweb import HtmlFrame #import the HTML browser root = tk.Tk() #create the tkinter window frame = HtmlFrame(root)...

question

Trying to install on a raspberry pi zero running 'Lite' but with openbox and lightdm. This is with the latest Bullseye distribution. I added some try - except code to...

After a sucessful `frame.find_text`, `frame.html.current_node` is `None`. Is there a way to get the node for the selected text? Thanks.

Hi, How can fonts be specified in TkinterWeb please? I'm working on an application that has embedded static content and .ttf files. The usual CSS doesn't seem to work. There...

Hello, I am trying to make a web browser with Tkinterweb\ But, I got this error: ``` _tkinter.TclError: couldn't load file "/data/data/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.9/site-packages/tkinterweb/tkhtml/Linux/64-bit/Tkhtml30.so": dlopen failed: "/data/data/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.9/site-packages/tkinterweb/tkhtml/Linux/64-bit/Tkhtml30.so" is for EM_X86_64 (62) instead...

Updated deprecated call Updated format strings to f-strings Tidied spaces and reordered imports.