[GRASS-dev] OS X 10.7, Grass 7.0 from SVN.

I have

deleeuw@cuddyPro:~/MyStuff/Developer/grass_trunk/ > wx-config --version-full
2.9.1.1

This is the 64bit Cocoa version, used with 64bit Python 7. Configure points to the
appropriate wx-config. Builds fine. But nevertheless

deleeuw@cuddyPro:~/MyStuff/Developer/grass_trunk/ > grass70
Cleaning up temporary files...
Starting GRASS GIS...
ERROR: wxGUI requires wxPython >= 2.8.1.1. Requested version of wxPython not found.
Error in GUI startup. If necessary, please report this error to the GRASS developers.
Switching to text mode now.

===
Jan de Leeuw; Distinguished Professor and Chair, UCLA Department of Statistics;
Director: UCLA Center for Environmental Statistics (CES);
Editor: Journal of Multivariate Analysis, Journal of Statistical Software;
US mail: 8125 Math Sciences Bldg, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu
.mac: jdeleeuw ++++++ aim: deleeuwjan ++++++ skype: j_deleeuw
homepages: http://gifi.stat.ucla.edu ++++++ http://www.cuddyvalley.org
-------------------------------------------------------------------------------------------------
          No matter where you go, there you are. --- Buckaroo Banzai
                   http://gifi.stat.ucla.edu/sounds/nomatter.au
-------------------------------------------------------------------------------------------------

Hi,

2011/4/18 Jan de Leeuw <deleeuw@stat.ucla.edu>:

deleeuw@cuddyPro:~/MyStuff/Developer/grass_trunk/ > wx-config --version-full
2.9.1.1

it's wxWidgets library, did you installed also wxPython?

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

2011/4/19 Jan de Leeuw <deleeuw@stat.ucla.edu>:

Yes. The wxPython people wrap them in a single large installer package. I am not sure what test causes GRASS to say

what happens if you import wx module manually?

python

import wx

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

[back to ML]

2011/4/19 Jan de Leeuw <deleeuw@stat.ucla.edu>:

deleeuw@cuddyPro:~/ > python
Python 2.7.1 (r271:86832, Apr 1 2011, 18:36:17)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.11.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

import wx
import wxversion
wxversion.checkInstalled("2.9")

True

OK, that's the bug in wxGUI, hopefully fixed in r46042.

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa