That is correct behavior. The current package is made for Python 2.6, and I haven't rebuilt it for 2.7 Lion yet. It may seem to work, but binary python extensions are best left to the version they were built for.
It's been a while since I played with python mapscript, but if you force your scripts to use "python2.6" instead of just "python", mapscript should load. That could get messy for a large project. I should be able to get to a MapServer/Lion update very soon. On Aug 25, 2011, at 4:41 PM, Guillaume Sueur wrote: > Hi list, > > I don't know if William Kyngesburye reads this list, but someone certainly > knows him. > There is a little issue in the mapserver package when used on Lion. Python > mapscript is sent to python2.6 site-packages directory instead of 2.7, which > causes the system to be unable to load it. Simply moving the files fixes it, > so I guess it will be easy to fix in the package installation too. > Cairo and GDAL packages are fine. > > Best regards > > Guillaume > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users ----- William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> http://www.kyngchaos.com/ "Oh, look, I seem to have fallen down a deep, dark hole. Now what does that remind me of? Ah, yes - life." - Marvin _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
