Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Tkinter Pillow Resize Image Looks Choppy While Resizing
Post: RE: Tkinter Pillow Resize Image Looks Choppy While...

Thanks for your help. I thought that the code I posted was related to the issue. Long day yesterday **doh** . Also, I meant to say that the label enabled me to create a background image for the frame...
AaronCatolico1 General Coding Help 2 1,450 Jan-03-2023, 05:41 PM
    Thread: Tkinter Pillow Resize Image Looks Choppy While Resizing
Post: Tkinter Pillow Resize Image Looks Choppy While Res...

I have a frame that stores a label which stores a background image. When I resize the form and the frame resizes, the background image of the label looks really choppy while it's being resized by the ...
AaronCatolico1 General Coding Help 2 1,450 Dec-31-2022, 10:45 PM
    Thread: Tkinterweb (Browser Module) Appending/Adding Additional HTML to a HTML Table Row
Post: Tkinterweb (Browser Module) Appending/Adding Addit...

I'm trying to figure out a way to append additional rows to a html table using the 'TkinterWeb' module, without having to keep reloading the page or without using 'load_html' to keep reloading the doc...
AaronCatolico1 General Coding Help 0 973 Dec-25-2022, 06:28 PM
    Thread: Tkinter Web Scraping w/Multithreading Question....
Post: RE: Tkinter Web Scraping w/Multithreading Question...

Hi Dean, and thank you for your reply. So, I've already tried the ThreadPoolExector from concurrent.futures class, but it was not compatible with updating Tkinter's GUI. Is ProcessPoolExecutor going ...
AaronCatolico1 General Coding Help 3 1,305 Dec-15-2022, 07:56 PM
    Thread: Tkinter Web Scraping w/Multithreading Question....
Post: Tkinter Web Scraping w/Multithreading Question....

I have a simple program in Tkinter that I'm using to scrape the age of various people from wikipedia just for webscraping practice. I am able to scrape the age of each person one-by-one on one thread...
AaronCatolico1 General Coding Help 3 1,305 Dec-15-2022, 06:26 PM
    Thread: Python Tkinter Simple Multithreading Question
Post: RE: Python Tkinter Simple Multithreading Question

C:\Users\Aaron\AppData\Local\Programs\Python\Python310\python.exe "C:/Users/Aaron/Documents/Python/EBSEO PRO/2.py" Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\Aar...
AaronCatolico1 General Coding Help 5 1,676 Dec-14-2022, 09:29 PM
  Lightbulb Thread: Using Tkinter With Concurrent.Futures / ThreadPoolExecutor Class
Post: Using Tkinter With Concurrent.Futures / ThreadPool...

I've been trying to combine the two, but the ThreadPool will not connect to the GUI. Is it even possible to connect the two together? I am just using this as an example to learn how to use ThreadPool...
AaronCatolico1 GUI 1 1,527 Dec-14-2022, 03:01 PM
    Thread: Python Tkinter Simple Multithreading Question
Post: Python Tkinter Simple Multithreading Question

I have a simple Listbox with a list of names that I would like to print concurrently, but also in the order of which they were added to the Listbox (alphabetically in this case). I'm just using this e...
AaronCatolico1 General Coding Help 5 1,676 Dec-13-2022, 11:44 PM
  Lightbulb Thread: Tkinter Class Import Module Issue
Post: RE: Tkinter Class Import Module Issue

Thank you for your example code! (Sep-04-2022, 09:07 PM)Yoriz Wrote: Please see the thread Namespace flooding with * imports If your intention is to make a special version of a tk.Button that you...
AaronCatolico1 GUI 6 3,269 Sep-06-2022, 03:37 PM
    Thread: Tkinter Class Import Module Issue
Post: RE: Tkinter Class Import Module Issue

Thanks you so much! This worked! Also, could you briefly explain why I have to put '(self)' into the 'create_btn.createBTN(self)' function? I'm still trying to learn classes in both Python & Tkin...
AaronCatolico1 GUI 6 3,269 Sep-04-2022, 08:20 PM
  Lightbulb Thread: Tkinter Class Import Module Issue
Post: Tkinter Class Import Module Issue

I'm trying to keep my code clean by separating the GUI from the logic. Inside of the 'main.py' file, I'd like to call functions from other files that are imported to build the GUI. The problem is th...
AaronCatolico1 GUI 6 3,269 Sep-04-2022, 06:11 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020