Bartłomiej "furas" Burek
Bartłomiej "furas" Burek
Works for me on OS: Linux Mint 21 (based on Ubuntu 22.04 LTS) CPU: Intel i5 M 430 (march: westmere) Python: 3.8, 3.10
Scale: -------- `AutoDraw` get screen size to calculate scale and position. Because I have two monitors so it was using wrong size and I added option `screen_size` to set it...
Now `AutoDraw(...)` has options with default values ``` screen_size=None, start_x=None, start_y=None, detail=1, scale=7/12, sketch_before=False, with_color=True, num_colors=10, outline_again=False, ``` If you don't set `screen_size` then it will use `PyAutoGUI.size()` to get...
**EDIT:** There are other bug reports for this problem: https://github.com/TomSchimansky/CustomTkinter/issues?q=is%3Aissue+is%3Aopen+coords --- I found that `canvas.coords` needs `return` in some lines with `super()` in file ``` customtkinter/windows/widgets/core_rendering/ctk_canvas.py ``` similar to ```python...
by the way: recently this problem was mentioned on Stackoverflow: [python - Tensorflow images guide not working in Google Colab - Stack Overflow](https://stackoverflow.com/questions/79803878/tensorflow-images-guide-not-working-in-google-colab)
I only add that this problem was presented on Stackoverflow: [python - How to log "retry\_success", only if retry got triggered and ran successfully using tenacity - Stack Overflow](https://stackoverflow.com/questions/79684312/how-to-log-retry-success-only-if-retry-got-triggered-and-ran-successfully-usi?noredirect=1#comment140553075_79684312)