Re: [GRASS-user] Startup error with 6.4.1svn on OSX 10.6.4
On Oct 14, 2010, at 3:01 PM, Stuart Edwards wrote: >> And probably leaving the bundled wx libraries already there, but removing >> the bundled wxpython, so when it tried to use the system wxpython it found >> the leftover bundled wx libraries. >> >> Try deleting the old GRASS application before installing your GRASS compiled >> from source. > > Actually, I've had to download and reinstall your binaries just to get a > working version going again - so I'm not inclined to risk losing my > production setup. Can I give the current 6.4.0 a different name or does it > have to be completely gone? I may well put this project on hold for a while. You can rename the existing GRASS, say "GRASS-6.4.0.app". Once you compile and install 6.4.1 (as GRASS-6.4.app), if you use Qgis it should continue to work using the new GRASS. - William Kyngesburye http://www.kyngchaos.com/ The equator is so long, it could encircle the earth completely once. ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user
Re: [GRASS-user] Startup error with 6.4.1svn on OSX 10.6.4
On Oct 14, 2010, at 2:51 PM, William Kyngesburye wrote: > ... Oh! You say you used 6.4.0 before - was this my package? Indeed > When you install 6.4.1 from source, it's installing on top of my 6.4.0. And quite a mess I made ; -( > And probably leaving the bundled wx libraries already there, but removing > the bundled wxpython, so when it tried to use the system wxpython it found > the leftover bundled wx libraries. > > Try deleting the old GRASS application before installing your GRASS compiled > from source. Actually, I've had to download and reinstall your binaries just to get a working version going again - so I'm not inclined to risk losing my production setup. Can I give the current 6.4.0 a different name or does it have to be completely gone? I may well put this project on hold for a while. BTW, thank you for maintaining such a fine repository of reliable binaries .. > > On Oct 14, 2010, at 1:41 PM, Stuart Edwards wrote: > >> >> On Oct 14, 2010, at 11:36 AM, William Kyngesburye wrote: >> > The GRASS package seems to be incomplete - it's running the system > wxpython, but linking the bundled wx libraries, which are probably much > newer and incompatible with the system. If both wxpython and wx > libraries are bundled, then maybe the bundled wxpython is not in the > python path (it should be in etc/python in the GRASS app package). > > Did you build from source? Or install a binary (I think Michael Barton > has a svn binary available)? Yes, from source. >>> >>> Are you using the system wxpython or did you install a binary from >>> wxpython.org? (note: the system wxpython is a bit old, though it fits the >>> minimum needed for GRASS) >> >> It's the system wxpython >> >>> Are you explicitly bundling wxpython? If not, it's odd that it thinks the >>> wx libraries are bundled (the "expected in..." part of the error). >> >> No, I did the export nad2bin line and then configured with the given (long) >> ./configure (which doesn't appear to mention python or wxpython) >> >> I did not do the '--with-python >> --with-wxwidgets=/usr/local/lib/wxPython-unicode-x.x.x.x/bin/wx-config >> modification > > - > William Kyngesburye > http://www.kyngchaos.com/ > > "Those people who most want to rule people are, ipso-facto, those least > suited to do it." > > - A rule of the universe, from the HitchHiker's Guide to the Galaxy > > > ___ > grass-user mailing list > grass-user@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/grass-user ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user
Re: [GRASS-user] Startup error with 6.4.1svn on OSX 10.6.4
... Oh! You say you used 6.4.0 before - was this my package? When you install 6.4.1 from source, it's installing on top of my 6.4.0. And probably leaving the bundled wx libraries already there, but removing the bundled wxpython, so when it tried to use the system wxpython it found the leftover bundled wx libraries. Try deleting the old GRASS application before installing your GRASS compiled from source. On Oct 14, 2010, at 1:41 PM, Stuart Edwards wrote: > > On Oct 14, 2010, at 11:36 AM, William Kyngesburye wrote: > The GRASS package seems to be incomplete - it's running the system wxpython, but linking the bundled wx libraries, which are probably much newer and incompatible with the system. If both wxpython and wx libraries are bundled, then maybe the bundled wxpython is not in the python path (it should be in etc/python in the GRASS app package). Did you build from source? Or install a binary (I think Michael Barton has a svn binary available)? >>> >>> Yes, from source. >> >> Are you using the system wxpython or did you install a binary from >> wxpython.org? (note: the system wxpython is a bit old, though it fits the >> minimum needed for GRASS) > > It's the system wxpython > >> Are you explicitly bundling wxpython? If not, it's odd that it thinks the >> wx libraries are bundled (the "expected in..." part of the error). > > No, I did the export nad2bin line and then configured with the given (long) > ./configure (which doesn't appear to mention python or wxpython) > > I did not do the '--with-python > --with-wxwidgets=/usr/local/lib/wxPython-unicode-x.x.x.x/bin/wx-config > modification - William Kyngesburye http://www.kyngchaos.com/ "Those people who most want to rule people are, ipso-facto, those least suited to do it." - A rule of the universe, from the HitchHiker's Guide to the Galaxy ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user
Re: [GRASS-user] Startup error with 6.4.1svn on OSX 10.6.4
On Oct 14, 2010, at 11:36 AM, William Kyngesburye wrote: >>> The GRASS package seems to be incomplete - it's running the system >>> wxpython, but linking the bundled wx libraries, which are probably much >>> newer and incompatible with the system. If both wxpython and wx libraries >>> are bundled, then maybe the bundled wxpython is not in the python path (it >>> should be in etc/python in the GRASS app package). >>> >>> Did you build from source? Or install a binary (I think Michael Barton has >>> a svn binary available)? >> >> Yes, from source. > > Are you using the system wxpython or did you install a binary from > wxpython.org? (note: the system wxpython is a bit old, though it fits the > minimum needed for GRASS) It's the system wxpython > Are you explicitly bundling wxpython? If not, it's odd that it thinks the wx > libraries are bundled (the "expected in..." part of the error). No, I did the export nad2bin line and then configured with the given (long) ./configure (which doesn't appear to mention python or wxpython) I did not do the '--with-python --with-wxwidgets=/usr/local/lib/wxPython-unicode-x.x.x.x/bin/wx-config modification > >>> >>> On Oct 14, 2010, at 8:42 AM, Stuart Edwards wrote: >>> Hi - OSX 10.6.4 I have installed 6.4.1svn and get the following startup error: '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit SEsMacPro:~ stu$ '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit Rebuilding Addon HTML manual pages index... Rebuilding Addon menu... Python 2.6.1 found. Cleaning up temporary files ... Starting GRASS ... ERROR: wxGUI requires wxPython. dlopen(/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so, 2): Symbol not found: __ZN10wxListCtrl19GetBackgroundColourEv Referenced from: /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so Expected in: /Applications/GRASS-6.4.app/Contents/MacOS/lib/libwx_macud-2.8.0.dylib in /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so Error in GUI startup. If necessary, please report this error to the GRASS developers. Switching to text mode now. Hit RETURN to continue... I was using 6.4.0 immediately prior with the wxpython gui so it's there Thanks for any assistance - Stu > > > - > William Kyngesburye > http://www.kyngchaos.com/ > > "We are at war with them. Neither in hatred nor revenge and with no > particular pleasure I shall kill every ___ I can until the war is over. That > is my duty." > > "Don't you even hate 'em?" > > "What good would it do if I did? If all the many millions of people of the > allied nations devoted an entire year exclusively to hating the it > wouldn't kill one ___ nor shorten the war one day." > > "And it might give 'em all stomach ulcers." > > - Tarzan, on war > > ___ > grass-user mailing list > grass-user@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/grass-user ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user
Re: [GRASS-user] Startup error with 6.4.1svn on OSX 10.6.4
On Oct 14, 2010, at 10:13 AM, Stuart Edwards wrote: > > On Oct 14, 2010, at 11:00 AM, William Kyngesburye wrote: > >> The GRASS package seems to be incomplete - it's running the system wxpython, >> but linking the bundled wx libraries, which are probably much newer and >> incompatible with the system. If both wxpython and wx libraries are >> bundled, then maybe the bundled wxpython is not in the python path (it >> should be in etc/python in the GRASS app package). >> >> Did you build from source? Or install a binary (I think Michael Barton has >> a svn binary available)? > > Yes, from source. Are you using the system wxpython or did you install a binary from wxpython.org? (note: the system wxpython is a bit old, though it fits the minimum needed for GRASS) Are you explicitly bundling wxpython? If not, it's odd that it thinks the wx libraries are bundled (the "expected in..." part of the error). >> >> On Oct 14, 2010, at 8:42 AM, Stuart Edwards wrote: >> >>> Hi - >>> >>> OSX 10.6.4 >>> >>> I have installed 6.4.1svn and get the following startup error: >>> >>> '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit >>> SEsMacPro:~ stu$ '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit >>> Rebuilding Addon HTML manual pages index... >>> Rebuilding Addon menu... >>> Python 2.6.1 found. >>> Cleaning up temporary files ... >>> Starting GRASS ... >>> ERROR: wxGUI requires wxPython. >>> dlopen(/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so, >>> 2): Symbol not found: __ZN10wxListCtrl19GetBackgroundColourEv >>> Referenced from: >>> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so >>> Expected in: >>> /Applications/GRASS-6.4.app/Contents/MacOS/lib/libwx_macud-2.8.0.dylib >>> in >>> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so >>> Error in GUI startup. If necessary, please >>> report this error to the GRASS developers. >>> Switching to text mode now. >>> Hit RETURN to continue... >>> >>> I was using 6.4.0 immediately prior with the wxpython gui so it's there >>> >>> >>> Thanks for any assistance - >>> >>> Stu - William Kyngesburye http://www.kyngchaos.com/ "We are at war with them. Neither in hatred nor revenge and with no particular pleasure I shall kill every ___ I can until the war is over. That is my duty." "Don't you even hate 'em?" "What good would it do if I did? If all the many millions of people of the allied nations devoted an entire year exclusively to hating the it wouldn't kill one ___ nor shorten the war one day." "And it might give 'em all stomach ulcers." - Tarzan, on war ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user
Re: [GRASS-user] Startup error with 6.4.1svn on OSX 10.6.4
On Oct 14, 2010, at 11:00 AM, William Kyngesburye wrote: > The GRASS package seems to be incomplete - it's running the system wxpython, > but linking the bundled wx libraries, which are probably much newer and > incompatible with the system. If both wxpython and wx libraries are bundled, > then maybe the bundled wxpython is not in the python path (it should be in > etc/python in the GRASS app package). > > Did you build from source? Or install a binary (I think Michael Barton has a > svn binary available)? Yes, from source. > > On Oct 14, 2010, at 8:42 AM, Stuart Edwards wrote: > >> Hi - >> >> OSX 10.6.4 >> >> I have installed 6.4.1svn and get the following startup error: >> >> '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit >> SEsMacPro:~ stu$ '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit >> Rebuilding Addon HTML manual pages index... >> Rebuilding Addon menu... >> Python 2.6.1 found. >> Cleaning up temporary files ... >> Starting GRASS ... >> ERROR: wxGUI requires wxPython. >> dlopen(/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so, >> 2): Symbol not found: __ZN10wxListCtrl19GetBackgroundColourEv >> Referenced from: >> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so >> Expected in: >> /Applications/GRASS-6.4.app/Contents/MacOS/lib/libwx_macud-2.8.0.dylib >> in >> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so >> Error in GUI startup. If necessary, please >> report this error to the GRASS developers. >> Switching to text mode now. >> Hit RETURN to continue... >> >> I was using 6.4.0 immediately prior with the wxpython gui so it's there >> >> >> Thanks for any assistance - >> >> Stu >> >> ___ >> grass-user mailing list >> grass-user@lists.osgeo.org >> http://lists.osgeo.org/mailman/listinfo/grass-user > > - > William Kyngesburye > http://www.kyngchaos.com/ > > "This is a question about the past, is it? ... How can I tell that the past > isn't a fiction designed to account for the discrepancy between my immediate > physical sensations and my state of mind?" > > - The Ruler of the Universe > > ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user
Re: [GRASS-user] Startup error with 6.4.1svn on OSX 10.6.4
The GRASS package seems to be incomplete - it's running the system wxpython, but linking the bundled wx libraries, which are probably much newer and incompatible with the system. If both wxpython and wx libraries are bundled, then maybe the bundled wxpython is not in the python path (it should be in etc/python in the GRASS app package). Did you build from source? Or install a binary (I think Michael Barton has a svn binary available)? On Oct 14, 2010, at 8:42 AM, Stuart Edwards wrote: > Hi - > > OSX 10.6.4 > > I have installed 6.4.1svn and get the following startup error: > > '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit > SEsMacPro:~ stu$ '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit > Rebuilding Addon HTML manual pages index... > Rebuilding Addon menu... > Python 2.6.1 found. > Cleaning up temporary files ... > Starting GRASS ... > ERROR: wxGUI requires wxPython. > dlopen(/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so, > 2): Symbol not found: __ZN10wxListCtrl19GetBackgroundColourEv > Referenced from: > /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so > Expected in: > /Applications/GRASS-6.4.app/Contents/MacOS/lib/libwx_macud-2.8.0.dylib > in > /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so > Error in GUI startup. If necessary, please > report this error to the GRASS developers. > Switching to text mode now. > Hit RETURN to continue... > > I was using 6.4.0 immediately prior with the wxpython gui so it's there > > > Thanks for any assistance - > > Stu > > ___ > grass-user mailing list > grass-user@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/grass-user - William Kyngesburye http://www.kyngchaos.com/ "This is a question about the past, is it? ... How can I tell that the past isn't a fiction designed to account for the discrepancy between my immediate physical sensations and my state of mind?" - The Ruler of the Universe ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user
[GRASS-user] Startup error with 6.4.1svn on OSX 10.6.4
Hi - OSX 10.6.4 I have installed 6.4.1svn and get the following startup error: '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit SEsMacPro:~ stu$ '/Applications/GRASS-6.4.app/Contents/MacOS/grass.sh'; exit Rebuilding Addon HTML manual pages index... Rebuilding Addon menu... Python 2.6.1 found. Cleaning up temporary files ... Starting GRASS ... ERROR: wxGUI requires wxPython. dlopen(/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so, 2): Symbol not found: __ZN10wxListCtrl19GetBackgroundColourEv Referenced from: /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so Expected in: /Applications/GRASS-6.4.app/Contents/MacOS/lib/libwx_macud-2.8.0.dylib in /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_controls_.so Error in GUI startup. If necessary, please report this error to the GRASS developers. Switching to text mode now. Hit RETURN to continue... I was using 6.4.0 immediately prior with the wxpython gui so it's there Thanks for any assistance - Stu ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user