= mapscript-dev-python = * Python SWIG bindings for [wiki:pkg-mapserver-dev Development MapServer] * Maintained by FrankWarmerdam Puts mapscript in ''osgeo4w''\apps\mapserver-dev\mapscript-python. To use either set the PYTHONPATH environment variable: {{{ SET PYTHONPATH=C:\OSGeo4W\apps\mapserver-dev\mapscript-python }}} or do the following before importing mapscript in scripts: {{{ import sys sys.path.append( 'C:/OSgeo4W/apps/mapserver-dev/mapscript-python' ) }}} [wiki:OSGeo4W_jp/PackageListing 戻る]