Idl 8.1 Mac Download
Important
Aug 19, 2020.
If you are using a Python from any current python.orgPython installer for macOS (3.8.0+, 3.7.2+, 3.6.8, or 2.7.16+),no further action is needed to use IDLE or tkinter.A built-in version of Tcl/Tk 8.6 will be used.
If you are using macOS 10.6 or later, the Apple-suppliedTcl/Tk 8.5 has serious bugs that can cause application crashes.If you wish to use IDLE or Tkinter, do not use the Apple-suppliedPythons. Instead, install and use a newer version of Pythonfrom python.org or a third-party distributor that supplies orlinks with a newer version of Tcl/Tk.
- 3.00.0099.0 - 32 Bit (x86) Download directly this version Guide to Download Idle.dll link. Click on the green-colored 'Download' button on the top left side of the page. Step 1:Download process of the Idle.dll library's; When you click the 'Download' button, the 'Downloading' window will open. Don't close this window until the download process.
- Select the appropriate download link for your UNIX platform. Click on the link to download IDL 7.0. The IDL installation file is a compressed archive; save it in the directory in which you are installing IDL (/usr/local/itt by default).
- Download Skype for Windows, Mac or Linux today. Get Skype, free messaging and video chat app. Conference calls for up to 25 people. This site uses cookies for analytics, personalized content and ads.
- Trusted Mac download idl 8.5.1. Virus-free and 100% clean download. Get idl alternative downloads.
Python's integrated development environment,IDLE, and thetkinter GUI toolkitit uses, depend on the Tk GUI toolkit which isnot part of Python itself. For best results, it is important that theproper release of Tcl/Tk is installed on your machine.For recent Python installers for macOS downloadable from this website,here is a summary of current recommendations followed by more detailedinformation.

PythonRelease | InstallerVariant | macOSRelease | RecommendedTcl/Tk | AlternateTcl/Tk | NotRecommended |
---|---|---|---|---|---|
3.8.5,3.7.9,2.7.18 | all | 10.9 to10.15 | built-in8.6.8 |
There are currently three major variants of Tk in common use on macOS:
- Aqua Cocoa Tk
- A newer native implementation availableas a universal 64-bit and 32-bit binary. This variant is the standard nativemacOS variant in Tk 8.6 and as of Tk 8.5.13. Aqua Cocoa support wasbackported to Tk 8.5 (prior to 8.5.13) and released by Apple starting with macOS 10.6and by ActiveState starting with their 8.5.9.1 release.
- Aqua Carbon Tk
- Because it is implemented with older macOS Carbon interfaces, it isonly available as a 32-bit binary (usually for Intel and PowerPCprocessors). Aqua Carbon Tk 8.4 is included with macOS releases 10.4through 10.14 and is also available from ActiveState. Aqua Carbon variantsof Tk 8.5 had been available as an ActiveState Community Download priorto ActiveTcl 8.5.9. As of 8.5.13, the Tk project no longer supportsCarbon builds of Tk 8.5. 32-bit-only Python installers downloadablefrom this website for older Python releases were linked with Aqua CarbonTk 8.4.
- X11 Tk
- The traditional platform-independent UNIX Tk implementation whichrequires an X11 server, such as the Apple X11.app available as anoptional component in older macOS releases or from third-partydistributors. 64-bit and32-bit binaries can be built. While the Python installers downloadablefrom this website do not support X11 Tk, other distributors ofPython for macOS may do so.
built-in 8.6.8
As of Python 3.7.0, 3.6.8, and 2.7.16, all current Python installers for macOSdownloadable from python.org supplytheir own private copies of Tcl/Tk 8.6.8. They do not look for or use anythird-party or system copies of Tcl/Tk. This is an Aqua Cocoa Tk.
ActiveTcl 8.5.18.0
ActiveState provides binary distributions of Tcl/Tk which are upward compatiblewith and generally more up-to-date than those provided by Apple in macOSreleases. This version of Tcl/Tk includes fixes for some critical problemsthat you may encounter using tkinter or IDLE (see Apple 8.5.9 below).You can download an installer for this release fromthe ActiveState web site.Note that ActiveState Community Edition binaries are not open source andare covered by an ActiveState license. You should read the licensebefore downloading to verify that your usage complies with its terms of use.As of Python 3.7.0, 3.6.8, and 2.7.16, no current Python installers for macOSdownloadable from python.org make use of this or any other external versionof Tcl/Tk.
This is an Aqua Cocoa Tk.
Apple 8.5.9
This release is included in macOS 10.7 through at least macOS 10.14.As of this writing,there are at least two known issues with Tk 8.5.9 thatare present in Apple 8.5.9 Tk but fixed in more recent upstream 8.5 releases.The more serious problem is an immediate crash in Tkwhen entering a composition character, like Option-u on a US keyboard.(This problem is documented asTk bug 2907388.)There is also the more general problem of input manager support for compositecharacters(Tk bug 3205153)which has also been fixed in more recent Tcl/Tk 8.5 releases.You can avoid these problems by using a current python.org installeror by using a third-partydistribution of Python that does not use Apple 8.5.9 Tk.This is an Aqua Cocoa Tk.
Apple 8.5.7
This release is included in macOS 10.6. IDLE is known to hang or crashwhen used with the Apple 8.5.7 included in all versions of macOS 10.6.x.Because of this,we strongly recommend that you do not attempt to use Tkinter or IDLE withthe Apple-supplied Python 2.6.1 in 10.6. Instead, install a newer version ofPython that supports a newer version of Tk.This is an Aqua Cocoa Tk.
Note
https://fruitheavy667.weebly.com/blog/king-iso-insanity-plea-download. While Tcl and Tk areseparate frameworks and libraries, they are closely related and arenormally installed or updated simultaneously. You should notattempt to mix-and-match Tcl and Tk versions. References toa specific version of Tk assume the corresponding version ofTcl is installed as well.
The Python for macOS installers downloaded from this website dynamicallylink at runtime to Tcl/Tk macOS frameworks. The Tcl/Tk major version isdetermined when the installer is created and cannot be overridden.All current python.org installers for Python 3.7.x, 3.6.x,and 2.7.x link to their own built-in Tcl/Tk 8.6 frameworks and do not useexternal Tcl/Tk frameworks so the rest of this section only applies tonon-current releases and, as such, no longer supported.
The Python 64-bit/32-bit macOS installers for Python 3.6.x andand 2.7.x dynamically link to Tcl/Tk 8.5 frameworks.The dynamically linking occurs when tkinter (Python 3)or Tkinter (Python 2) is first imported (specifically, the internal_tkinter C extension module). By default, the macOS dynamic linkerlooks first in /Library/Frameworks for Tcl and Tk frameworks withthe proper major version. This is the standard location for third-partyor built from source frameworks, including the ActiveTcl releases.If frameworks of the proper major version are not found there,the dynamic linker looks for the same version in/System/Library/Frameworks, the location for Apple-suppliedframeworks shipped with macOS. (Note, you should normally not modifyor delete files in /System/Library.)
As is common on macOS, the installed Pythons and the Tcl and Tkframeworks are built to run on multiple CPU architectures (universalbinaries) and across multiple macOS levels (minimum deploymenttarget). For Python to be able to dynamically link with a particularTcl and Tk version, the available architectures in the Tcl/Tk frameworksmust include the architecture that Python is running in and theirminimum deployment target should be no greater than that of Python.
- 2020-08-17 - updated for 3.7.9
- 2020-07-20 - updated for 3.8.5
- 2020-06-27 - updated for 3.7.8
- 2020-05-14 - updated for 3.8.3
- 2020-03-10 - updated for 3.8.2 and 3.7.7
- 2019-12-19 - updated for 3.8.1, 3.7.6, and 2.7.17
- 2019-10-15 - updated for 3.8.0, 3.7.5, and macOS 10.15
- 2019-07-08 - updated for 3.7.4; 3.6.x is now security-fix-only
- 2019-03-25 - updated for 3.7.3
- 2019-03-03 - updated for 2.7.16
- 2018-12-24 - updated for 3.7.2 and 3.6.8
- 2018-10-20 - updated for 3.7.1, 3.6.7, and macOS 10.14
- 2018-06-27 - updated for 3.7.0 and 3.6.6
- 2018-05-30 - updated for 3.7.0b5
- 2018-05-02 - updated for 3.7.0b4 and 2.7.15; removed 32-bit-only refs
- 2018-03-29 - updated for 3.7.0b3 and 3.6.5
- 2018-02-28 - updated for 3.7.0b2
- 2018-01-31 - updated for 3.7.0b1 and 3.6.4
- 2017-10-03 - updated for 3.6.3 and macOS 10.13
- 2017-09-16 - updated for 2.7.14; removed 3.5.x
- 2017-07-17 - updated for 3.6.2
- 2017-03-21 - updated for 3.6.1 and (belatedly) 3.5.3
- 2016-12-23 - updated for 3.6.0
- 2016-12-17 - updated for 2.7.13
- 2016-09-23 - updated for macOS 10.12
- 2016-07-31 - updated for 3.5.2 and 2.7.12; removed 3.4.x
- 2015-12-20 - updated for 3.4.4
- 2015-12-06 - updated for 3.5.1, 2.7.11, and macOS 10.11
- 2015-09-13 - updated for 3.5.0
- 2015-05-23 - updated for 2.7.10 and ActiveTcl 8.5.18.0
- 2015-02-23 - updated for 3.4.3
- 2014-12-10 - updated for 2.7.9 and ActiveTcl 8.5.17.0
- 2014-10-16 - updated for macOS 10.10
- 2014-10-06 - updated for 3.4.2 and ActiveTcl 8.5.16.0
- 2014-09-22 - updated for 3.4.2rc1
- 2014-07-01 - updated for 2.7.8
- 2014-06-01 - updated for 2.7.7; removed 2.7.6 and 3.3.5
- 2014-05-18 - updated for 3.4.1 and 2.7.7rc1
- 2014-03-16 - updated for 3.4.0 and 3.3.5
- 2014-02-10 - updated for 3.3.4 and 3.4.0rc1
- 2014-01-05 - updated for 3.4.0b2
- 2013-11-24 - clarify that the ActiveState website still refers to 8.5.15.0
- 2013-11-24 - removed built-in for 3.4.0b1, removed 3.3.2 and 2.7.5
- 2013-11-10 - ActiveTcl 8.5.15.1; removed built-in for 3.3.3rc2 and 2.7.6.
- 2013-10-27 - updated for 3.3.3rc1 and 2.7.6rc1 and their built-in 8.5.15.
- 2013-10-24 - updated for macOS 10.9 and ActiveTcl 8.5.15, removed 3.2.5.
- 2013-10-20 - updated for 3.4.0a4 and its built-in 8.5.15.
- 2013-09-29 - updated for 3.4.0a3
- 2013-09-09 - updated for 3.4.0a2 and its built-in 8.5.14.
- 2013-08-03 - updated for 3.4.0a1 and ActiveTcl 8.4.20
- 2013-05-18 - updated for ActiveTcl 8.5.14
- 2013-05-15 - updated for 3.3.2, 2.7.5, and 3.2.5
- 2013-04-06 - updated for 3.3.1, 2.7.4, and 3.2.4
- 2012-12-26 - updated for ActiveTcl 8.5.13 and Issue 15853 patch installer
- 2012-09-29 - updated for 3.3.0 final and reverted to ActiveTcl 8.5.11.1
- 2012-08-02 - updated for ActiveTcl 8.5.12
- 2012-07-28 - updated for macOS 10.8
- 2012-04-11 - updated for 3.2.3 final and 2.7.3 final
- 2012-03-18 - updated for 3.2.3rc2 and 2.7.3rc2
- 2012-03-04 - updated for ActiveTcl 8.5.11.1, 3.2.3rc1, 2.7.3rc1, removed 3.1.4
- 2011-11-12 - updated for ActiveTcl 8.5.11
- 2011-09-04 - updated for 3.2.2 final
- 2011-07-21 - updated for macOS 10.7 and ActiveTcl 8.5.10.1
- 2011-07-09 - updated for 3.2.1 final and ActiveTcl 8.5.10
- 2011-06-12 - updated for 2.7.2 final and 3.1.4 final
- 2011-05-30 - updated for 3.2.1rc, 2.7.2rc, and 3.1.4rc
- 2011-03-08 - add warnings and include details on how Python links with Tcl/Tk releases
- 2011-02-20 - updated for 3.2 final
- 2011-01-31 draft 1 - preliminary info for 3.2rc2
- 2011-01-14 draft 0
- 2If you have an IDL license
- 2.3IDL libraries
- 3If you don't have an IDL license
- 4Troubleshooting and special considerations
The QA process for SPEDAS 4.0 has now been completed, and this versionof the software is now released for general use for users who have paidfor IDL licenses. This release includes improved support for HTTPS downloads,updated plugin support for the ERG, IUGONET, THEMIS, and MMS missions, andmany bug fixes and performance improvements.
If you have an IDL software license, then you can download and use either the SPEDAS 4.0 release or the untested the nightly build. Check with your system administrator on how to obtain and install IDL. /download-videopad-editor-for-mac.html.
If you don't have an IDL license, then you have two choices: you can either use the self-contained executables we provide, or you can separately install the IDL Virtual Machine (VM) and use the save file we provide, see below.
Release notes for SPEDAS 4.0 are available here.
Download SPEDAS 4.0 (August 2020)
If you have an IDL license, you can download the SPEDAS 4.0 release, which contains the full source code:
Unzip the file you downloaded in a directory of your choice and create a new IDL project that includes this directory.
You may also need to separately download and install the latest CDF DLM from NASA and the latest Geopack DLM -- see below for details.
To start the SPEDAS GUI from the IDL command line, type: spd_gui
SPEDAS nightly build
Alternatively, you can download the nightly build instead of the SPEDAS 4.0 release. This is build every day and it contains the most recent source code, but it is untested and you may encounter bugs and unresolved problems. It can be installed the same way as the SPEDAS 4.0 release, above.
IDL libraries
IDL Geopack library
To use the Tsyganenko Model extensions with the SPEDAS software, you need to download and install the Geopack DLM. We recommend using the latest version (Geopack 10.6).
Installation instructions can be found in the download page, but basically you have to copy two files into the IDL bin directory, 1) a .dlm file and 2) either a .so file (Linux, Mac) or a .dll file (Windows).
You can check which version of Geopack DLM you have, by typing this at the IDL command prompt: help, 'geopack', /dlm
IDL CDF library
We recommend downloading and installing the most recent version (3.8.0) of the CDF DLM for IDL from NASA:
The suggested installation method is to run the install script for your operating system (e.g., install_idl_win.bat for Windows, install_idl_win.sh for macOS/Linux). Running these scripts will download the latest version of the library and install them to your chosen IDL installation folder.
You can check which version of CDF you have, by typing this at the IDL command prompt: help, 'cdf', /dlm
IDL SPICE library
Some functions (for example, cspice_str2et) require the NASA SPICE library. This library can be downloaded directly from NASA:
The installation is similar to any other dlm library. On windows, you have to copy two files (icy.dlm, icy.dll) into the bin.x86_64 directory of the IDL installation folder.
For more information, see:
IDL DAS2 Library
Das2dlm is an IDL DLM that provides bindings for the das2c library for connecting with DAS2 servers. It is compatible with IDL 8.0 or newer.
The installation is similar to any other dlm library. On Windows, you have to copy two files (das2c.dlm, das2c.x86_64.dll) into the bin.x86_64 directory of the IDL installation folder, and similarly for Linux (das2c.dlm, das2c.linux.x86_64.so) and Mac (das2c.dlm, das2c.darwin.x86_64.so).
For more information, see:
You can check which version of Das2c DLM you have, by typing this at the IDL command prompt: help, 'das2c', /dlm
SPEDAS is free software but if you do not have an IDL license, then you cannot use the IDL command line, and hence neither the SPEDAS command line tools. You can still use the SPEDAS GUI, and you have two options:
- Download the SPEDAS executable (for Linux, MacOS, or Windows), or
- Download the SPEDAS save file (for Solaris or other operating systems).
Download the SPEDAS executables, Version 4.0 (August 2020)
For users without IDL licenses, you can use the SPEDAS 4.0 executable files for Linux, Windows, and MacOS, which allow access to the Graphical User Interface capabilities of SPEDAS, with no additionalIDL license required.
This release contains everything you need, including the IDL VM, the Geopack DLM and the CDF DLM. You just have to unzip the file and run the executable and the SPEDAS GUI will appear.
Download the SPEDAS save file, Version 4.0 (August 2020)
The SPEDAS save file requires the run-time IDL Virtual Machine (VM) which has to be downloaded for free from Harris Corporation. There are limitations using the VM compared to the full IDL.
To run SPEDAS using the IDL virtual machine,
- start the IDL virtual machine executable
- click through the splash screen to get to the file selection dialog
- navigate to the SPEDAS installation
- go into the thm_gui_new directory and click on thm_gui.sav
Mac Download Folder
This should bring up the main screen of the SPEDAS GUI. From this point you should be able to load, plot, and analyze data through the GUI.
Further information for loading IDL save files can be found here:http://harrisgeospatial.com/docs/StartingVirtualMachineApplication.html
Installation on a Mac - XQuartz and Java
Newer Mac OS X versions do not include the X11 libraries. XQuartz (X11) has to be downloaded and installed, or IDL will not work. Also, you may need to install an older Java version for IDL to work properly.
- Download and install XQuartz 2.7.11 or later, from here: http://www.xquartz.org/
- Run the commands in the following page: Known Issues in macOS
- Download and install Java for OS X 2015-001, from here: https://support.apple.com/kb/DL1572
- To be able to install the above software or the executable SPEDAS distribution, you may have to allow installation of applications from unidentified developers.
- Instructions can be found here: https://support.apple.com/kb/PH25088?locale=en_US
- Another way to override these warnings is described here: https://www.mcvsd.org/tips/powerteacher/osx_unidentified_developers.html
MacOS Sierra or later
If you want to run the executable SPEDAS file on macOS 10.12 Sierra or later, after downloading the zip file you have to do the following:
- Open the Finder and move the (automatically uncompressed)
spedas_v_2
directory from Downloads to your Desktop. - Open a terminal and type the following:
cd Desktop/spedas_v_4_0/spd_gui
sudo xattr -r -d com.apple.quarantine spedas.app
(enter your password)
open ./spedas.app
Known issues on macOS
For known issues on macOS and solutions, see Known issues - macOS
Installation on Windows
When we update Geopack DLM or the CDF library on Windows, we have to copy files in the 'Program FilesExelisIDL84binbin.x86_64' folder (this folder depends on IDL version, for example it could be C:Program FilesHarrisIDL86binbin.x86_64). When we try to copy files into folders that reside inside Program Files, Windows 10 (and probably older Windows versions, too) will ask for administrator permission as you can see in the following image. In that case, we just have to click the button 'Continue'. If we are logged in as a user without administrator permissions, then we either have to log in as administrator, or perhaps contact the system administrator for the PC we are using.
Known issues on Windows
For known issues on Windows and solutions, see Known issues - MS Windows
Known issues on Linux
New editions of Linux may not be able to run IDL because the library libxp6 is missing. In that case, you have to download the missing library and install it manually:
Idl 8.1 Mac Download Version
1. Download the 64-bit edition of libxp6 from here:
2. Install the file you downloaded using:
Idl 8.1 Mac Download Cnet
sudo dpkg -i ./libxp6_1.0.1-2ubuntu0.12.04.2_amd64.deb
sudo apt-get install -f
The first time you run SPEDAS, please make sure that all the directories where data files will be downloaded exist and have the proper permissions (they should be writable). To do this, launch the SPEDAS GUI (using the command spd_gui) and in the File menu choose Configuration Settings. Make sure that all the directories for SPEDAS and any other missions you use exist and are writable. If you make any changes, click 'Save to File' to have the new settings saved.
For the command line version of IDL, installation consists of setting up the IDL_PATH environment variable.
Simply set the IDL_PATH environment to search all subdirectories of the SPEDAS directory.
for csh or tcsh, place the following in your .cshrc file:setenv IDL_PATH ’<IDL_DEFAULT>:+/path/to/spedas’
for bash or sh, place the following in your .bashrc (Linux, Solaris) or .bash_profile (Mac) file:export IDL_PATH=’<IDL_DEFAULT>:+/path/to/spedas’
It is important to replace the text '/path/to/spedas' with the directory on your system that contains the SPEDAS files. This mightbe something like: '~/spedas_4_0/idl/' Also, don't forget to include the “+” before the directory. Without this, it will not work.
Additional information can be found in THEMIS Use's Guide pdf file.