wiki:OSGeo4W_jp/pkg-mapscript-dev-python

Version 1 (modified by hfujii, 14 years ago) ( diff )

--

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

戻る

Note: See TracWiki for help on using the wiki.