[GRASS-SVN] r36272 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 9 04:54:47 EDT 2009


Author: martinl
Date: 2009-03-09 04:54:47 -0400 (Mon, 09 Mar 2009)
New Revision: 36272

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py
Log:
wxversion doesn't work with bundled wxpython
         (merge from trunk, r36268)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py	2009-03-09 08:51:53 UTC (rev 36271)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/globalvar.py	2009-03-09 08:54:47 UTC (rev 36272)
@@ -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