| 1 | = mapscript-dev-python = |
| 2 | |
| 3 | * Python SWIG bindings for [wiki:pkg-mapserver-dev Development MapServer] |
| 4 | * Maintained by FrankWarmerdam |
| 5 | |
| 6 | Puts mapscript in ''osgeo4w''\apps\mapserver-dev\mapscript-python. To use either set the PYTHONPATH environment variable: |
| 7 | {{{ |
| 8 | SET PYTHONPATH=C:\OSGeo4W\apps\mapserver-dev\mapscript-python |
| 9 | }}} |
| 10 | or do the following before importing mapscript in scripts: |
| 11 | {{{ |
| 12 | import sys |
| 13 | sys.path.append( 'C:/OSgeo4W/apps/mapserver-dev/mapscript-python' ) |
| 14 | }}} |
| 15 | |
| 16 | |
| 17 | [wiki:OSGeo4W_jp/PackageListing 戻る] |