<div dir="ltr"><div dir="ltr">Maybe to add (and also because I forgot to add the mailing list to the recipients) - sadly using Mappyfile isn't really an option, as I'm intending to use the SLD-specific features of MapScript.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 29 Apr 2022 at 09:08, maëlle lapriel <<a href="mailto:maelscuttle@gmail.com">maelscuttle@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="auto"><div>Hi Seth,</div><div dir="auto"><br></div><div dir="auto">I've considered this to be the problem, however I can rule out any dependency conflicts already since I also tried to simply just get MapScript running in a Python env without any other imports.</div><div dir="auto">Am I assuming right that for just using MapScript alone, I can just run the SDKShell.bat to have all the variables set, then take a Python version that matches the GISInternals build and I'm good to go? Because that already yields mentioned import errors, with every possible build or Python version except 3.6 and MapServer 7.6.1, which also stops working as soon as I set up a venv. </div><div dir="auto"><br></div><div dir="auto">Thank you very much for your help.</div><div dir="auto"><br></div><div dir="auto">Cheers<br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Thu, Apr 28, 2022, 18:25 Seth G <<a href="mailto:sethg@geographika.co.uk" target="_blank">sethg@geographika.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u><div><div>Hi Maëlle,<br></div><div><br></div><div>MapScript (and MapServer) use many of the same dependent DLLs as QGIS - GDAL, Proj, GEOS etc. which would then get loaded into memory by Python. <br></div><div>For everything to work correctly, all these dependencies would have to be the same version, and (I think this is still the case), compiled with the same version of Microsoft Visual C (the 1928, 1931 etc. use when naming the GISInternals zips). <br></div><div>It probably would be possible to get everything build and working, but you'd likely have to compile everything yourself. <br></div><div>Is it possible to modify your workflow so a PyQGIS environment dumps out data to disk and then a MapScript environment works on this data? <br></div><div>I'd imagine PyQGIS can probably do everything MapScript can, except for manipulate Mapfiles - you could take a look at mappyfile for this, which is Python only has has no dependent DLLs.<br></div><div><br></div><div>Seth<br></div><div><br></div><div id="gmail-m_369486643664909177gmail-m_-8314549521591085881m_-3877145255547645885sig62266145"><div>--<br></div><div>web:<a href="https://geographika.net" rel="noreferrer" target="_blank">https://geographika.net</a><br></div><div>twitter: @geographika<br></div></div><div><br></div><div><br></div><div>On Thu, Apr 28, 2022, at 11:42 AM, maëlle lapriel wrote:<br></div><blockquote type="cite" id="gmail-m_369486643664909177gmail-m_-8314549521591085881m_-3877145255547645885qt"><div dir="ltr"><div dir="ltr"><div dir="ltr">I'm trying to write a PyQGIS standalone script which utilizes MapScript for certain tasks. In a first attempt, I basically did this:<br></div><div dir="ltr"><br></div><div>- I installed MapScript globally with pip and using the Python 3.9.5 interpreter which ships with QGIS 3.22.6 (also includes wheel)<br></div><div>- Created a venv with --system-site-packages<br></div><div>- Downloaded the appropriate Windows binary build of MapServer from GISInternals (release-1928-x64-gdal-3-4-mapserver-7-6) and extracted into C:\MapServer\<br></div><div>- Set the MAPSERVER_DLL_PATH to C:\MapServer\bin<br></div><div dir="ltr"><br></div><div>However, whenever I try to load MapScript, it yields the following:<br></div><div><br></div><div><div>Traceback (most recent call last):<br></div><div>  File "<string>", line 1, in <module><br></div><div>  File "C:\QGIS\apps\Python39\lib\site-packages\mapscript\__init__.py", line 2, in <module><br></div><div>    from .mapscript import *<br></div><div>  File "C:\QGIS\apps\Python39\lib\site-packages\mapscript\mapscript.py", line 13, in <module><br></div><div>    from . import _mapscript<br></div><div>ImportError: DLL load failed while importing _mapscript: The specified module could not be found.<br></div></div><div><br></div><div>As to where the README over at github indicates that this means MapServer.dll can't be found.<br></div><div><br></div><div>In order to rule out possible issues, I also tried the following:<br></div><div><br></div><div>- Not creating a venv, but using it with the QGIS python version directly<br></div><div>- Installing MapScript into normal installations of python 3.7, 3.8, 3.9, 3.10<br></div><div>- Using it together with the latest builds of MapServer (1930)<br></div><div>- Not installing MapScript with pip but copying over mapscript.py and _mapscript.pyd from the respective MapServer builds<br></div><div>- Adding C:\MapServer\bin to PATH instead of the new env variable<br></div><div><br></div><div>All with the same result. The only ever combination I got it working is when installing the MapScript globally using python3.6/pip and the old MapServer release-1911 (7.6.1), where I sadly can't import PyQGIS in the version I need.<br></div><div><br></div><div>What could be the issue here? <br></div><div><br></div><div>Kind regards, Maëlle<br></div></div></div><div>_______________________________________________<br></div><div>MapServer-users mailing list<br></div><div><a href="mailto:MapServer-users@lists.osgeo.org" rel="noreferrer" target="_blank">MapServer-users@lists.osgeo.org</a><br></div><div><a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br></div><div><br></div></blockquote><div><br></div></div></blockquote></div></div></div>
</div></div>
</blockquote></div></div>