Changes between Version 6 and Version 7 of InstallMacHardWay
- Timestamp:
- Apr 20, 2012 12:46:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallMacHardWay
v6 v7 7 7 === Python === 8 8 9 Python is a computer scripting language, which means that one must have the Python interpreter installed on your Mac to run a Python program. Macs come with python installed, but not with all the [PythonPackages Python packages required by GSAS-II] that are not distributed within Python, so some software installation is required. Note th e required !WxPython package at present runs only in 32-bit python on Macs.9 Python is a computer scripting language, which means that one must have the Python interpreter installed on your Mac to run a Python program. Macs come with python installed, but not with all the [PythonPackages Python packages required by GSAS-II] that are not distributed within Python, so some software installation is required. Note that GSAS-II requires the !WxPython package, which at present runs on the Mac only in 32-bit Python. 10 10 11 11 We use the [http://www.enthought.com/products/epd.php Enthought Python Distribution] (EPD) package for our code development (Argonne has a site license). We have done some testing with a free version of this package, called [http://www.enthought.com/products/epd_free.php EPDFree] that will run GSAS-II with addition of one small package (see below). Note that the versions of python supplied with OS X seem pretty old, so adding the missing packages is probably not a good idea. Use of the Fink or !DarwinPorts versions of Python is also not the best choice -- the GUI and graphics will be shown in X-windows rather than in Mac style. Note that at this time, Python 2.7 is recommended for GSAS-II; older versions of Python (particularly 2.5 or earlier) may not work. GSAS-II does not yet support Python 3.0+.