You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the entire window is transparent. Using the tips in the README didn't fix the issue. However I found a workaround:
I am using macOS Monterey 12.0.1 on M1.
Using the system provided Python3 doesn't work. It would throw a deprecation warning and always show an empty window despite the workarounds I put in place. Python downloaded from python.org ships with a newer version of Tk and worked for me with the following workaround:
On my system, if label's background is set to systemTransparent then it's not showing anything. However I could modify it to use a fixed color (such as bg=#aaaaaa) (so it's no longer transparent) and then combine with the color key feature in OBS to filter out that color to achieve similar results... Not the best solution but it allows it to work.
Though it's working for me, but I would still like to hear suggestions about this issue.
The text was updated successfully, but these errors were encountered:
I noticed that the entire window is transparent. Using the tips in the README didn't fix the issue. However I found a workaround:
I am using macOS Monterey 12.0.1 on M1.
Using the system provided Python3 doesn't work. It would throw a deprecation warning and always show an empty window despite the workarounds I put in place. Python downloaded from python.org ships with a newer version of Tk and worked for me with the following workaround:
On my system, if label's background is set to systemTransparent then it's not showing anything. However I could modify it to use a fixed color (such as
bg=#aaaaaa
) (so it's no longer transparent) and then combine with the color key feature in OBS to filter out that color to achieve similar results... Not the best solution but it allows it to work.Though it's working for me, but I would still like to hear suggestions about this issue.
The text was updated successfully, but these errors were encountered: