Changes

Jump to navigation Jump to search

Installation mac mavericks os x

716 bytes removed, 11:21, 31 July 2014
no edit summary
The problem is based on the wxPython version and 32/64 bit issues. <br>
It is therefore strongly recommended to install the 32 bit a python package distribution, which solves this.
If one installs the "epd" enthought python distribution, Please procede with this will include a working wxPython.<br>SIgn-up with preferably a university email to get the guide [[https://www.enthought.com/products/canopy/academic/ Academic LicenseEpd_canopy | Epd Canopy]], and you can then download for freehttps://www.enthought.com/repo/epd/installers/
Specifically download and installThe benefits on installing this system is following:<br>epd# Total stand-7alone installation.x-x-macosx-'''i386'''No messing with system files.dmg Special note about 64-bit Mac OSX  <blockquote>The macosx-x86_64 installer does not include # wxPython, which a lot issues and compilations are taken care of ETS relies on. Even though ETS supports the use of PySide as # Canopy includes a backend, things are much less stable under Qtcode editor. ThereforeNot perfect, if you want to use ETS, we recommned using the 32-bit EPD on Mac OSXbut a good start. </blockquote>
== Testing the Python installation ==
<source lang="bash">
$ which python
/Users/XXX/Library/Frameworks/Python.frameworkEnthought/VersionsCanopy_64bit/CurrentUser/bin/python
</source>
<source lang="python">
$ python
Enthought Python Distribution -- www.enthought.comVersion: 7.3-2 (32-bit) Canopy Python 2.7.3 6 |EPD 7.3-2 (3264-bit)| (default, Apr 12 201211 2014, 11:2855:3430) [GCC 4.02.1 (Apple Inc. build 54935666) (dot 3)] on darwinType "creditshelp", "copyright", "democredits" or "enthoughtlicense" for more information.
>>> import wx; wx.__version__; wx.__file__
'2.89.102.14''/Users/tlinnet/Library/Frameworks/Python.frameworkEnthought/VersionsCanopy_64bit/7.3User/lib/python2.7/site-packages/wx/__init__.pypyc'</source> Then install pip<source lang="bash">$ sudo easy_install pip
</source>
<source lang="python">
$ python
Enthought Python Distribution -- www.enthought.com
Version: 7.3-2 (32-bit)
 
Python 2.7.3 |EPD 7.3-2 (32-bit)| (default, Apr 12 2012, 11:28:34)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "credits", "demo" or "enthought" for more information.
 
import bmrblib; bmrblib.__version__; bmrblib.__file__
'1.0.3'
import minfx; minfx.__version__; minfx.__file__
'1.0.79'
'/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/minfx/__init__.pyc'
</source>
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
</source>
 
Especially '''xmgrace''' for the plotting facility in mac.
== Install xmgrace ==

Navigation menu