mapscript-dev-python

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' )