-
|
This is more of a uv question, but relates to this project: I need to use python 3.12 with tcl8.6. Currently when I install python 3.12: It installs tcl9: tcl9 breaks my macOS Python app, but 8.6 works fine. Is there a way I can install python 3.12 with tcl8.6? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Older patch versions of 3.12 include Tcl 8.6, for example 3.12.11. This can be installed using: Note that new releases will all use Tcl 9. Older patch releases do not get bug fixes or updates. |
Beta Was this translation helpful? Give feedback.
-
|
@jjhelmus Thank you! For now I will have to use python 3.12.11. Is there any way to "swap out" tcl versions so we can use newer versions of Python with older versions of tcl? |
Beta Was this translation helpful? Give feedback.
-
|
Check your assumptions bro.
Really? Have you tried using Python 3.13 or newer and seeing if that fixes your issue? It's better to move forward than backwards. |
Beta Was this translation helpful? Give feedback.
Check your assumptions bro.
Really? Have you tried using Python 3.13 or newer and seeing if that fixes your issue? It's better to move forward than backwards.