I don't see a python version requirement in v.krige.

I think the problem is that all modules are run during compilation to generate 
the help file.  But v.krige (like all other python scripts) has that 
#!/usr/bin/python in it, which then runs the default python 2.6, AND in 64bit 
mode so it fails to load the 32bit-only wxpython.

During compilation, it doesn't know where to find the python wrapper I created 
to take care of the 64bit/pythonw problem (which would also have the python 
version taken care of for you).  (http://trac.osgeo.org/grass/ticket/841)

I'll see if I can work something out on the OSX side.  Though as Glynn pointed 
out in that bug report, scripts should probably not be using wxpython directly 
(a module processes data and exits), or such scripts should not be in the 
scripts folder but on their own (maybe as a GUI module?).

On Dec 24, 2009, at 6:05 PM, Michael Barton wrote:

> I just updated and compiled GRASS 7. I got an error on compiling v.krige. It 
> looks like from the error that v.krige is looking for Python 2.6. I compiled 
> purposefully with Python 2.5 (2.5.4 is native on GRASS OS X 10.6). 
> 
> No need to rush this fix before Christmas, of course, but it will be nice to 
> see the new v.krige. Does it really require Python 2.6 or is requirement in 
> error?
> 
> Michael
> 
> 
> _______________________________________________
> grass-dev mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/grass-dev

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
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-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to