Project

General

Profile

Install supporting packages » History » Version 2

Amber Herold, 04/15/2010 02:45 PM

1 1 Amber Herold
h1. Install supporting packages
2
3
Install any missing prerequisite supporting packages by
4
following the instructions for your specific Linux distribution.
5
6
For example, SUSE users can use YaST to install them; RedHat and CentOS users can use
7
yum.
8
9
h3.  Required supporting packages:
10
11
|_.Name:|_.Download site:|_.yum package name|_.SuSE rpm name|
12
|Python 2.4 or newer| "http://www.python.org":http://www.python.org|python|python-devel|
13
|wxPython 2.5.2.8 or newer| "http://www.wxpython.org":http://www.wxpython.org|wxPython|python-wxGTK|
14
|MySQL Python client 1.2 or newer| "http://sourceforge.net/projects/mysql-python":http://sourceforge.net/projects/mysql-python|MySQL-python|python-mysql|
15
|Python Imaging Library (PIL) 1.1.4 or newer| "http://www.pythonware.com/products/pil/":http://www.pythonware.com/products/pil/|python-imaging|python-imaging|
16
|Python XML module 0.8.3 or newer| "http://pyxml.sourceforge.net":http://pyxml.sourceforge.net|PyXML|python-xml|
17
|NumPy 1.0.1 or newer| "http://www.scipy.org":http://www.scipy.org|numpy|numpy|
18
|SciPy 0.5.1 (tested, others may work)*| "http://www.scipy.org":http://www.scipy.org ,  "http://repos.opensuse.org/science":http://repos.opensuse.org/science *|scipy|python-scipy|
19
20
21
*SciPy may not build properly on some versions of SuSE due to an incompatible LAPACK
22
package that comes with SuSE. You can get scipy as well as a compatible LAPACK etc. from
23
http://repos.opensuse.org/science (need to specify your SuSE version and machine
24
etc.)
25
26
You can test your numpy and scipy install with their build in test functions:
27
<pre>
28
python -c 'import numpy; numpy.test(level=1)'
29
python -c 'import scipy; scipy.test(level=1)'
30
</pre>
31 2 Amber Herold
32
______
33
34
[[Download Appion Files|Download Appion Files >]]