mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #119] Tcl version conflict #113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Shappes on GitHub (Aug 26, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/119
Hi I used before py2exe and it doesnt work for me anymore so I looked up for new way and found you some how i get this error after running the .exe
I tried and installed the new version but it seems not to take it from my pc instead from the code.
If i run cmd and run wish and look for version it tells me 8.6.9.
What can I do?
Thank you in advance
@brentvollebregt commented on GitHub (Aug 27, 2020):
When you install Python, there is a tcl option that is enabled by default - did you deselect this?
Try reinstalling your Python (making sure you do not disable that option) and package again.
@Shappes commented on GitHub (Aug 27, 2020):
everything fine im using python 3.7 - My plan is to have a .exe and the files needed for this in a folder and there i have a the old tcl 8.6.1 so he gets the one from the folder. Do you maybe know how to update the one from 8.6.1 to 8.6.9?
@brentvollebregt commented on GitHub (Aug 28, 2020):
I'm unsure sorry, I do not do a lot with tcl/tkinter myself.
@brentvollebregt commented on GitHub (Jan 19, 2021):
Closing due to no activity in more than three months.