On Tue, Aug 2, 2016 at 6:21 PM, <munozvvale...@gmail.com> wrote: > I am new to the programming world but I need to learn this program for a > research class that I am taking. I have downloaded Python 3.6.0a3 on a Mac > 10.9.5 and realized that I also need to download an Active Tcl for it. I > can't find one for this version. Can someone please direct me to it? The most > recent one I've been able to find is for Python 3.5.2 >
To add to what Christian suggested: If you can't get something working using an alpha build of Python (that's an unreleased development version), download Python 3.5.2 instead. That's the current stable release. Using alphas opens you up to new bugs and incompatibilities, and generally isn't something I'd recommend for a new programmer. It's only fools like me who use unreleased software :) ChrisA -- https://mail.python.org/mailman/listinfo/python-list