Skip to content

Script for changing TCL version when building tkinter apps with pyinstaller - MacOS

Notifications You must be signed in to change notification settings

jacob-brown/TCLChanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TCLChanger

Script for changing TCL version when building tkinter apps with pyinstaller - MacOS

  • Place TCLChnager.py in the same directory as the app.py
  • run $ pyinstaller --windowed app.py Iportant: don't include --onefile, as the file structure will be un-editable
  • run $ python TCLChanger.py
  • You should now be able to open the app

dist/test.app/Contents/Resources/tcl/init.tcl will be edited, changing package require -exact Tcl 8.6.7 to package require -exact Tcl 8.5-

About

Script for changing TCL version when building tkinter apps with pyinstaller - MacOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages