#693: wxGUI menus: i.ortho.photo locks up GUI ---------------------+------------------------------------------------------ Reporter: hamish | Owner: [email protected] Type: defect | Status: new Priority: major | Milestone: 6.4.0 Component: wxGUI | Version: svn-develbranch6 Resolution: | Keywords: i.ortho.photo Platform: All | Cpu: x86-64 ---------------------+------------------------------------------------------ Comment (by glynn):
Replying to [comment:21 hamish]: > Q: how to get wxgui.py to detect Cygwin so that does try an xterm instead of a "start" dos box? is there a $CYGWIN enviro var or similar? os.* or sys.* smart enough to pick it up? Cygwin's Python has sys.platform == 'cygwin'. So if you use `sys.platform == win32` as the test for (native) Windows, it won't affect Cygwin. -- Ticket URL: <https://trac.osgeo.org/grass/ticket/693#comment:23> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
