You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MapServer version 7.6.0 OUTPUT=PNGOUTPUT=JPEGOUTPUT=KMLSUPPORTS=PROJSUPPORTS=AGGSUPPORTS=FREETYPESUPPORTS=CAIROSUPPORTS=SVG_SYMBOLSSUPPORTS=SVGCAIROSUPPORTS=ICONVSUPPORTS=FRIBIDISUPPORTS=WMS_SERVERSUPPORTS=WMS_CLIENTSUPPORTS=WFS_SERVERSUPPORTS=WFS_CLIENTSUPPORTS=WCS_SERVERSUPPORTS=SOS_SERVERSUPPORTS=FASTCGISUPPORTS=THREADSSUPPORTS=GEOSSUPPORTS=PBFINPUT=JPEGINPUT=POSTGISINPUT=OGRINPUT=GDALINPUT=SHAPEFILE
129
129
130
-
If you failed to add the MapServer binaries to your system path you may see one of the following errors:
131
-
132
-
.. code-block:: python
133
-
134
-
ImportError: No module named _mapscript # Python 2.x
135
-
ModuleNotFoundError: No module named '_mapscript'# Python 3.x
136
-
137
-
If your version of mapscript does not match your version of MapServer you may instead one of the following messages:
138
-
139
-
.. code-block:: python
140
-
141
-
ImportError: DLL load failed: The specified module could not be found.
142
-
ImportError: DLL load failed: The specified procedure could not be found.
143
-
144
130
Installation on Unix
145
131
--------------------
146
132
@@ -175,6 +161,44 @@ In summary the ``install`` target runs the ``setup.py install`` command using cu
0 commit comments