id summary reporter owner description type status priority milestone component version resolution keywords cc cpu platform 841 python script modules should use pythonw on OSX; they also ignore GRASS_PYTHON kyngchaos grass-dev@… "wxpython-based python scripts on OSX should be run with pythonw. Problem in 6.5 in the new v.krige, and of course in all 7.x scripts. This is fine for the GUI itself, since the gui script is executed from Python (GRASS_PYTHON). But modules are executed directly, using the {{{ #!/usr/bin/env/python }}} method. For OSX, this should be {{{ #!/usr/bin/env/pythonw }}} This will probably need to use some kind of .in file for all script modules that gets processed during make :( Though, I see another potential problem with the #! -- it completely ignores GRASS_PYTHON, which could cause trouble if the user or packager wants to override the default python in the PATH. I don't know if it's possible to make the #! more dynamic. " defect closed normal 6.4.0 Python unspecified fixed Unspecified MacOSX