Version 1 (modified by 15 years ago) ( diff ) | ,
---|
mapscript-dev-python
- Python SWIG bindings for 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' )
Note:
See TracWiki
for help on using the wiki.