On Thu, Oct 16, 2014 at 4:54 PM, Noble Bell <nobleb...@gmail.com> wrote: > If my application uses a version of python/tkinter that is not on the users > computer will I be able to detect that during an install and automatically > install the proper files silently?
You mean, like this? % python -c 'import _tkinter ; print _tkinter.TCL_VERSION' 8.5 Skip -- https://mail.python.org/mailman/listinfo/python-list