Andrew

Results 52 comments of Andrew

Thanks! It looks like most Linux distros support either `i386` or `x86-64` packages (TkinterWeb supplies both). Raspberry pi, though, instead uses the `ARM` architecture (it's more cost-efficient) and seems to...

Just to clarify, do you have `Tkinter`, `PIL`, and `PIL-ImageTk` installed?

In my experience, ImageTk is a bit of a funny package because on some distributions it comes installed with PIL but in others it isn't. In Windows, for example, running...

@WGandy Does installing python-imaging and python-imaging-tk work for you?

Hi! Thanks for letting me know about this. There are a couple of issues that might be causing this. I have noticed that due to some weird `urllib` behaviour, on...

Hi! Thanks for your suggestion. I think that hard-coding every binding would be redundant. It would be better to leave that to whoever is using TkinterWeb. This would also give...

Thanks for the suggestion. I just submitted a recipe to conda-forge; I'll let you know when it gets accepted!

Hi! Did you try installing `certifi`? I'm away for the summer and don't have access to a computer, but I will look into this in September when I return. I...

Hi @cotacote, I believe that we have found a workaround for this issue. If installing `certifi` doesn't work, you can now disable the checking of certificates by adding `insecure=True` when...

Hi! Apologies for the (very long) delay. I've added a binary for Raspberry Pi. Let me know if it works now!