On 2016-08-02 15:08, Terry Reedy wrote:Yes, sorry, I don't usually update that page for pre-releases.
> On 8/2/2016 4:21 AM, munozv...@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
> This page https://www.python.org/download/mac/tcltk/
> does not yet mention 3.6. So I would start with the recommendation for
> 3.5.2: tcl/tk 8.5.18.
The information you need is also included in the python.org OS X
installer Read Me file which is displayed during the installation
process. (A copy of it is also preserved at '/Applications/Python
3.6/ReadMe.rtf'.). In the section 'Update your version of Tcl/Tk to use
IDLE or other Tk applications':
'For the initial alpha releases of Python 3.6, the installer is linked
with Tcl/Tk 8.5; this will change prior to the beta releases of 3.6.0.'
UPDATE: A better way… Installing Python with Anaconda
Download Tcl/Tk 8.6.10 Source Releases. Download ActiveTcl 8.6.9 Binaries (lagging the core) Highlights of Tcl 8.6. Object Oriented Programming: The commands of the TclOO package are now part of Tcl itself. This gives Tcl a built-in object system that is fully dynamic, class-based, and includes advanced features such as meta-classes, filters. Download ActiveTcl 8.6.9 Binaries (lagging the core) Highlights of Tcl 8.6. Object Oriented Programming: The commands of the TclOO package are now part of Tcl itself. This gives Tcl a built-in object system that is fully dynamic, class-based, and includes advanced features such as. Webucator provides instructor-led training to students throughout the US and Canada. We have trained over 90,000 students from over 16,000 organizations on technologies such as Microsoft ASP.NET, Microsoft Office, Azure, Windows, Java, Adobe, Python, SQL, JavaScript, Angular and much more. Check out our complete course catalog. Mac OS Mojave +python3.6安装tkinter. The Tcl/Tk major version is determined when the installer is created and cannot be overridden. The Python 64-bit/32-bit Mac OS X installers for Python 3.6.x, 3.5.x, and 2.7.x dynamically link to Tcl/Tk 8.5 frameworks. 32-bit-only Python installers for Mac OS X dynamically link to Tcl/Tk 8.4 frameworks. Hello, 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.
Instructions below were contributed by Robert Branton.
Isit Http://python.org Download Mac Tcltk Mac
Here is final synopsis of what I did to install and run spyder on Mountain Lion.
Download Mac Software
Download Mac Os
- install XQuartz – http://xquartz.macosforge.org/landing/
- update to latest python – http://www.python.org/download/releases/3.3.0/
- install Tcl/Tk – http://www.python.org/download/mac/tcltk/
- install XCODE from App Store
- build Command Line Tools
- install MacPorts – http://guide.macports.org/
- activate Mac OS Terminal window to get $ prompt and so run MacPorts
- $ sudo port install py-spyder
- $ sudo port -f activate python27
- $ sudo port install py-spyder
- $ sudo port uninstall py27-matplotlib-basemap
- $ sudo port install py27-matplotlib-basemap
- $ sudo port install py27-netcdf4
- to run spyder form Mac OS Terminal
- $ spyder-2.7 &
- to cleanup spyder workspace
- $ rm -R .spyder2-27/