[GRASS-dev] Re: [GRASS GIS] #841: python script modules should use
pythonw on OSX; they also ignore GRASS_PYTHON
GRASS GIS
trac at osgeo.org
Mon Dec 21 12:47:22 EST 2009
#841: python script modules should use pythonw on OSX; they also ignore
GRASS_PYTHON
--------------------------+-------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.5.0
Component: default | Version: unspecified
Resolution: | Keywords:
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by kyngchaos):
The pythonw requirement is a wxpython thing. At least they still say to
use pythonw.
If you try to run a wxpython-based script from /usr/bin/env python (or
pythonw), it will run 64bit by default on 10.6, which won't work because
wxpython is not possible 64bit (yet).
The problem with the automatic pythonw is that the reexec didn't work and
the GUI would never start on 10.6, and it even affected some non-OSX
systems for some reason, so I removed the reexec and required pythonw to
be used explicitly (r39207).
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/841#comment:4>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list