Detecting user's installed Python/Tkinter packages during install of app

Skip Montanaro skip.montanaro at gmail.com
Thu Oct 16 18:14:23 EDT 2014


On Thu, Oct 16, 2014 at 4:54 PM, Noble Bell <noblebell at 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



More information about the Python-list mailing list