[GRASS-dev] Re: [GRASS GIS] #1619: v.krige won't load: ImportError: No module named globalvar

2012-03-16 Thread GRASS GIS
#1619: v.krige won't load: ImportError: No module named globalvar
-+--
 Reporter:  momsen   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.0
Component:  Default  | Version:  svn-trunk
 Keywords:  krige|Platform:  Linux
  Cpu:  x86-64   |  
-+--

Comment(by aghisla):

 Hello momsen,

 thanks for the well detailed report.

 v.krige is not aware of last GUI reorganisations, so it can't load
 properly, as stated by the traceback:

   ImportError: No module named globalvar

 So far I didn't find the time to update the module. If you are willing to
 help, let me know.

 Moreover, the module should not require zoo and xts packages. I can't see
 them as dependencies of the modules needed by v.krige, that are:
   rgeos, gstat, spgrass6, maptools

 Can you load these packages in a R session?

 Thanks for the feedback,
 Anne

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [GRASS GIS] #1619: v.krige won't load: ImportError: No module named globalvar

2012-03-16 Thread GRASS GIS
#1619: v.krige won't load: ImportError: No module named globalvar
-+--
 Reporter:  momsen   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.0
Component:  Default  | Version:  svn-trunk
 Keywords:  krige|Platform:  Linux
  Cpu:  x86-64   |  
-+--

Comment(by momsen):

 It is nice to hear I've finally gotten to the point where my installation
 wasn't at fault.  I have not yet updated/written code for any open source
 projects, but want to learn.  I have a presentation Tuesday, so if someone
 can provide guidance I could look at it then.  If you find time to make
 the update before that, I'm sure there will be other things I can help
 with later.

 I'm late for leaving for the weekend, I'll be able to check more on zoo
 and xts later.  Both can be loaded directly in R as well, from memory zoo
 was a dependency for one of the spgrass6 related packages.  At least it
 shows up each time I installed it!

 -Eric

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [GRASS GIS] #1619: v.krige won't load: ImportError: No module named globalvar

2012-03-20 Thread GRASS GIS
#1619: v.krige won't load: ImportError: No module named globalvar
-+--
 Reporter:  momsen   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.0
Component:  Default  | Version:  svn-trunk
 Keywords:  krige|Platform:  Linux
  Cpu:  x86-64   |  
-+--

Comment(by momsen):

 I am able to load rgeos, gstat, spgrass6, and maptools in a R session.

 I found where zoo and xts came from:

 automap is optional (provides automatic variogram fit) for v.krige.
 automap depends on gstat, which depends on spacetime, which depends on zoo
 and xts.

 -Eric

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev