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

2014-10-16 Thread Noble Bell
On Thursday, October 16, 2014 5:14:44 PM UTC-5, Skip Montanaro wrote: > On Thu, Oct 16, 2014 at 4:54 PM, Noble Bell 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

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

2014-10-16 Thread Skip Montanaro
On Thu, Oct 16, 2014 at 4:54 PM, Noble Bell 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 ;