Differences between revisions 4 and 5
Revision 4 as of 2010-08-26 15:25:15
Size: 548
Comment:
Revision 5 as of 2011-02-01 10:18:40
Size: 456
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
Python2.6.2 requires SNOW, SQUALL:
Line 12: Line 12:
module load R/2.7.0
module load Python/2.6.2
module load python
}}}

Etch3
2 (Desktop):
{{{

module load Python
Line 29: Line 33:
To enable PyNGL (on ZMAW Linux ia32/x64 and solaris10) you have to type
{{{
module load PyNGL/1.2.0
}}}

ZMAW specific Python environments

Available modules and versions

module av

Python

SNOW, SQUALL:

module load python

Etch32 (Desktop):

module load Python

GDAL

To enable GDAL use

module load gdal

from osgeo import gdal

PyNGL

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)