TomSchimansky/CustomTkinter

Corners not rendering correctly running the sample program

sbhanji opened this issue · 9 comments

Hello,

I tried running the sample program but as you can see from the screenshot all the corners are not rendering correctly!

2023-03-26_14-53-14

The reason I am posting this is that it was my understanding that using conda and python v3.10+ would work, is that not the case? I checked and all 3 of the fonts do exist in ~/.fonts directory.

I should mention that I am using Ubuntu 22.04, conda 23.1.0, python v3.10.10 (conda env).

Thanks,
Sam.

So I tried removing antialiasing using:

customtkinter.DrawEngine.preferred_drawing_method = "circle_shapes"

and it worked but does look a little rough around the edges as shown below :-(

2023-03-26_15-11-21

Anyone with a better solution?

Sam.

Possible duplicate of #1358 , #1271 and #931

Tried it without using Conda?

Anyone looking at this with conda or any other virtual environ for that matter (penv)? (feature request)

If I get time I'll try conda. I normally use venv which works absolutely fine.

Thank you, much appreciated. I have multiple versions of python3 (3.8, 3.9 and 3.10) and using venv makes it limited for my use case.

Has anyone else tried another virtual environment that work (other an venv)?

Sam.

Well as fair as I'm aware Customtkinter only works with 3.10+ on Linux so using venv still makes sense.

Noted, let us know when you have progress on conda though :-)

Well as fair as I'm aware Customtkinter only works with 3.10+ on Linux so using venv still makes sense.

I've had it working on Python 3.8 on my Linux Mint env, I only migrated to 3.10 a week or so back.