Differences between revisions 3 and 4
Revision 3 as of 2010-07-29 15:03:19
Size: 451
Comment:
Revision 4 as of 2010-08-26 15:25:15
Size: 548
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
}}}

== Python ==

Python2.6.2 requires
{{{
module load R/2.7.0
module load Python/2.6.2

ZMAW specific Python environments

Available modules and versions

module av

Python

Python2.6.2 requires

module load R/2.7.0
module load Python/2.6.2

GDAL

To enable GDAL use

module load gdal

from osgeo import gdal

PyNGL

To enable PyNGL (on ZMAW Linux ia32/x64 and solaris10) you have to type

module load PyNGL/1.2.0

Please note, that Nio should be on the top of the list, e.g.

import Nio
from osgeo import gdal
import pylab as pl

IfmWiki: FrontPage/Python/ZMAW (last edited 2011-02-01 10:31:06 by LarsKaleschke)