Changes

Jump to navigation Jump to search

Installation mac mavericks os x

468 bytes added, 17:53, 7 December 2013
The macosx-x86_64 installer does not include wxPython, which a lot of ETS relies on. Even though ETS supports the use of PySide as a backend, things are much less stable under Qt. Therefore, if you want to use ETS, we recommned using the 32-bit EPD on Mac OSX.
</blockquote>
 
== Testing the Python installation ==
 
Before installing relax, it is best to be sure that the Python modules are functional by importing them:
<source lang="python">
$ python
Python 2.6.6 (r266:84292, Oct 12 2012, 14:23:48)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
 
>>> import wx
>>> wx.__version__; wx.__file__
'...'
 
>>> import bmrblib
>>> bmrblib.__version__; bmrblib.__file__
'...'
 
>>> import minfx
>>> minfx.__version__; minfx.__file__
'...'
</source>
== Install brew as 'linux' package manager ==

Navigation menu