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 just installed FoxDot for the first time using the installation guide on the GitHub. When I run FoxDot in the terminal (after successfully running FoxDot.start in SC), and I get a deprecation warning in the terminal:
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
The FoxDot window does show up, but I can’t see anything that I type in it, no cursor, nothing. The side scroll bar flickers a bit as well. BUT FOXDOT PRODUCES SOUND - I copied and pasted some code from the tutorial and hit run code block and it produces sound. I also imported FoxDot as a module in a Python script and that produces sound as well.
I've rebooted and followed this pyenv/tcl-tk troubleshooting guide as well but no changes.
I just installed FoxDot for the first time using the installation guide on the GitHub. When I run
FoxDot
in the terminal (after successfully runningFoxDot.start
in SC), and I get a deprecation warning in the terminal:DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
The FoxDot window does show up, but I can’t see anything that I type in it, no cursor, nothing. The side scroll bar flickers a bit as well. BUT FOXDOT PRODUCES SOUND - I copied and pasted some code from the tutorial and hit run code block and it produces sound. I also imported FoxDot as a module in a Python script and that produces sound as well.
I've rebooted and followed this pyenv/tcl-tk troubleshooting guide as well but no changes.
I'm on macOS Ventura 13.0, Python 3.10.12, SuperCollider 3.13.0, FoxDot v0.8.12, tcl-tk 8.6.13.
The text was updated successfully, but these errors were encountered: