#841: python script modules should use pythonw on OSX; they also ignore GRASS_PYTHON --------------------------+------------------------------------------------- Reporter: kyngchaos | Owner: [email protected] Type: defect | Status: new Priority: normal | Milestone: 6.5.0 Component: default | Version: unspecified Resolution: | Keywords: Platform: Unspecified | Cpu: Unspecified --------------------------+------------------------------------------------- Comment (by cmbarton):
Yeah. We don't do the re-exec to pythonw. What I meant was that Apple's python launcher does now does the equivalent of execing in pythonw. So scripts that I used to have to run pythonw myscript.py now run with python myscript.py. I think this change came in with 10.5. It seems to work with wx too. Michael -- Ticket URL: <https://trac.osgeo.org/grass/ticket/841#comment:5> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
