Andrew

Results 52 comments of Andrew

Hello, Sorry for the late reply. Thank you for letting me know about this. It looks like the backend for this project is not the right architecture for your computer....

The backend for TkinterWeb was compiled before Apple switched from the traditional Intel chips to arm64 Apple silicon chips. Therefore, TkinterWeb should work fine on older macs, but will not...

Hello! Thank you for letting me know about this. Unfortunately I cannot reproduce it on my end. Do you get this error message on all websites, or just Google? Regarding...

@cotacote did running `pip install certifi` solve the issue?

Hi, That's quite odd. Unfortunately, 32-bit Linux hasn't been tested on very much. After installing `libopenjp2-7`, does this package work as expected?

No problem! Could you make a Python file in your TkinterWeb directory and run the below code for me? ``` import os, glob def searchdir(): files = glob.glob("**/**", recursive=True) for...

It looks like all of the files are in the right places. I think this may be related to #25. I'll come back to this when we work out the...

Hi! Sorry for the late response. I'm glad that you have found a version that works. I have uploaded one of my versions (which has some modifications that TkinterWeb uses...

That's great to know. If you have a chance, I'd appreciate it if you could help me out with a couple of things. 1. Could you please attach the output...