-
Notifications
You must be signed in to change notification settings - Fork 18
Default install is missing tk/tcl on windows #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
how exactly did you manage to fix this? im still struggling with it, it just keeps returning "This probably means that Tcl wasn't installed properly." and ive tried reinstalling it over and over |
i fixed it by copying the folders tcl8.5 and tk8.5 from c:/python27/tcl to c:/python27/lib, now i can launch it via the python command in cmd, i still cant launch the actual .exe file i downloaded though |
As I don't use windows any more and this was over 3 years ago, i frankly can't remember, haha. I think I just installed python 2.7.x via their official windows installer with default everything and then the programmer would work. Note that python 2 is end of life, and that the situation may have worsened since I last touched this. |
ive actually kinda figured it out, tho i can only run the .py file, not the actual .exe, but that works well enough for my purposes |
Similar to #6 - tcl seems to be missing from the default installation on windows?
Works ok with full "default" install of python 2.7.x (with tk included) - so either a stripped down installer is being used vs the vanilla python distribution, or the tk dependency is being deselected by the automatic installation.
Quite annoying to track down as the application just starts and immediately crashes to desktop without alerting the user. Needed to be manually started from the command line through "python" to give any helpful output.
Working otherwise 👍
The text was updated successfully, but these errors were encountered: