[GRASS-SVN] r36268 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 9 04:48:34 EDT 2009
Author: martinl
Date: 2009-03-09 04:48:34 -0400 (Mon, 09 Mar 2009)
New Revision: 36268
Modified:
grass/trunk/gui/wxpython/gui_modules/globalvar.py
Log:
wxversion doesn't work with bundled wxpython
Modified: grass/trunk/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/globalvar.py 2009-03-09 05:47:31 UTC (rev 36267)
+++ grass/trunk/gui/wxpython/gui_modules/globalvar.py 2009-03-09 08:48:34 UTC (rev 36268)
@@ -51,7 +51,8 @@
check = False
-CheckForWx()
+if not os.getenv("GRASS_WXBUNDLED"):
+ CheckForWx()
import wx
import wx.lib.flatnotebook as FN
More information about the grass-commit
mailing list