Differences between revisions 5 and 6
Revision 5 as of 2011-02-01 10:18:40
Size: 456
Comment:
Revision 6 as of 2011-02-01 10:31:06
Size: 488
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
SNOW, SQUALL: SNOW, SQUALL (Debian version lenny):
Line 15: Line 15:
Etch32 (Desktop): Debian version etch (old):

ZMAW specific Python environments

Available modules and versions

module av

Python

SNOW, SQUALL (Debian version lenny):

module load python

Debian version etch (old):

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)