Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-24 Thread stephen sefick
I have used your binary, and I will try this when I get back to the house in a couple of days. thanks, Stephen On Sun, Aug 23, 2009 at 10:31 PM, William Kyngesburyewokl...@kyngchaos.com wrote: That looks right, so I don't know why the system wxpython is loaded. I wonder, have you installed my

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-23 Thread stephen sefick
wxPython-unicode-2.8.10.1 On Fri, Aug 21, 2009 at 9:54 PM, William Kyngesburyewokl...@kyngchaos.com wrote: On Aug 21, 2009, at 9:44 PM, Hamish wrote: maybe pointing out the obvious, but ... g.gui wxpython ERROR: wxGUI requires wxPython = 2.8.1.1.

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-23 Thread stephen sefick
my ./configure statement is in the first email that I sent, but here it is agian: ./configure --with-freetype --with-freetype-includes=/Library/Frameworks/FreeType.framework/unix/include/freetype2 /Library/Frameworks/FreeType.framework/unix/include

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-23 Thread William Kyngesburye
On Aug 23, 2009, at 9:59 AM, stephen sefick wrote: my ./configure statement is in the first email that I sent, but here it is agian: ... I told GRASS to configure with this: --with-wxwidgets=/usr/local/lib/wxPython-unicode-2.8.10.1/bin/wx- config but the lib in the contents of the .app

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-23 Thread stephen sefick
here is what I get from running the following command from within a GRASS shell: python import sys sys.path ['', '/Library/Frameworks/SQLite3.framework/Versions/3/Python', '/Library/Frameworks/GEOS.framework/Versions/3/Python/geos',

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-23 Thread William Kyngesburye
That looks right, so I don't know why the system wxpython is loaded. I wonder, have you installed my GRASS binaries in the past? The current 6.4rc5 includes a bundled wxpython. If you then compile your own GRASS 6.4, it installs over mine, but leaves the bundled wxpython except without a

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread William Kyngesburye
On Aug 20, 2009, at 11:36 PM, stephen sefick wrote: from with in GRASS g.gui wxpython ERROR: wxGUI requires wxPython = 2.8.1.1. dlopen(/System/Library/Frameworks/Python.framework/Versions/2.5/ Extras/lib/python/wx-2.8-mac-unicode/wx/_core_.so, 2): Symbol not found:

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread stephen sefick
I first used the system python and then I installed the latest wxPython. Should, I go through and only use the system python, make use of the newest python, or...? Thanks for the help. Stephen Sefick On Fri, Aug 21, 2009 at 8:33 AM, William Kyngesburyewokl...@kyngchaos.com wrote: On Aug 20,

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread William Kyngesburye
wxpython should work fine with the system python. I don't remember how the installer works to do this, I think it's automatic. Do you have: /Library/Python/2.5/site-packages/wx.pth After starting GRASS, run Python within the GRASS shell. What do you get from: import sys sys.path On

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread Michael Barton
voice: 480-965-6262; fax: 480-965-7671 www: http://www.public.asu.edu/~cmbarton On Aug 21, 2009, at 1:05 AM, grass-user-requ...@lists.osgeo.org wrote: Date: Thu, 20 Aug 2009 23:36:31 -0500 From: stephen sefick ssef...@gmail.com Subject: [GRASS-user] wxpython Mac OS X compilation issues To: grass-user

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread stephen sefick
I do not have /Library/Python/2.5/site-packages/wx.pth how do I get it? On Fri, Aug 21, 2009 at 8:58 AM, William Kyngesburyewokl...@kyngchaos.com wrote: wxpython should work fine with the system python.  I don't remember how the installer works to do this, I think it's automatic. Do you

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread William Kyngesburye
... it's been a while since using the wxpython installer, I currently use a custom-compiled wxpython so I can embed it in GRASS... and it looks like that should be: wxredirect.pth It should be installed automatically by the wxpython installer. On Aug 21, 2009, at 5:11 PM, stephen sefick

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread stephen sefick
wxredirect.pth is there. On Fri, Aug 21, 2009 at 5:26 PM, William Kyngesburyewokl...@kyngchaos.com wrote: ... it's been a while since using the wxpython installer, I currently use a custom-compiled wxpython so I can embed it in GRASS... and it looks like that should be: wxredirect.pth It

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread William Kyngesburye
So, what about this, within the GRASS shell: python import sys sys.path On Aug 21, 2009, at 5:29 PM, stephen sefick wrote: wxredirect.pth is there. On Fri, Aug 21, 2009 at 5:26 PM, William Kyngesburyewokl...@kyngchaos.com wrote: ... it's been a while since using the wxpython installer, I

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread Hamish
maybe pointing out the obvious, but ... g.gui wxpython ERROR: wxGUI requires wxPython = 2.8.1.1. /Applications/GRASS-6.4.app/Contents/MacOS/lib/libwx_macud-2.8.0.dylib 2.8.0 2.8.1.1 Hamish ___ grass-user mailing list

Re: [GRASS-user] wxpython Mac OS X compilation issues

2009-08-21 Thread William Kyngesburye
On Aug 21, 2009, at 9:44 PM, Hamish wrote: maybe pointing out the obvious, but ... g.gui wxpython ERROR: wxGUI requires wxPython = 2.8.1.1. /Applications/GRASS-6.4.app/Contents/MacOS/lib/ libwx_macud-2.8.0.dylib 2.8.0 2.8.1.1 That's the wx library, not wxpython. On OSX at least,

[GRASS-user] wxpython Mac OS X compilation issues

2009-08-20 Thread stephen sefick
Mac OS X 10.5.8 This is the configure script I used for compiling GRASS: ./configure --with-freetype --with-freetype-includes=/Library/Frameworks/FreeType.framework/unix/include/freetype2 /Library/Frameworks/FreeType.framework/unix/include