[mapserver-users] MapScript 7.2 Python Wheels

2018-08-17 Thread Seth G
Hi list, Today Python wheels for MapServer 7.2 were pushed to PyPI - https://pypi.org/project/mapscript/ along with updated docs. These wheels have been tested with the x64 MapServer builds at

[mapserver-users] Mapscript and Python

2011-09-23 Thread Rustam Kamberov
Hi everyone, i have installed Mapserver, and downloaded Mapscript library for Python, followed the official procedure. I tested http://localhost:8080/cgi-bin/test-cgi-mapscript.py example. it works perfectly. But when I try to import mapscript from Python IDLE, it gives the error shown below:

Re: [mapserver-users] Mapscript and Python

2011-09-23 Thread Alan Boudreault
Try to rebuild and recompile the python binding using an old version of SWIG. It seems that using a too recent swig causes issues sometime. I think I normally use swig 1.3.39. Alan On September 23, 2011 04:27:44 am Rustam Kamberov wrote: Hi everyone, i have installed Mapserver, and

[mapserver-users] Mapscript and Python problems

2011-09-22 Thread Rustam Kamberov
Hi everyone, i have installed Mapserver, and downloaded Mapscript library for Python, followed the official procedure. I tested http://localhost:8080/cgi-bin/test-cgi-mapscript.py example. it works perfectly. But when I try to import mapscript from Python IDLE, it gives the error shown below: