Re: [GRASS-dev] [GRASS GIS] #2607: Python shell hint results in OSError error(None): None

2015-03-08 Thread GRASS GIS
#2607: Python shell hint results in OSError error(None): None
-+--
 Reporter:  marisn   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:   
Component:  wxGUI| Version:  7.0.0
 Keywords:   |Platform:  All  
  Cpu:  Unspecified  |  
-+--

Comment(by annakrat):

 Replying to [comment:1 marisn]:
  Same happens with 7.1 SVN on GNU/Linux, still error message is a bit
 different: OSError error(2): No such file or directory

 It works fine for me using Ubuntu. Does it happen only in the Python shell
 in wxGUI?

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2607#comment:2
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2614: wxgui Output save fails with UnicodeEncodeError

2015-03-08 Thread GRASS GIS
#2614: wxgui Output save fails with UnicodeEncodeError
--+-
  Reporter:  marisn   |   Owner:  grass-dev@…  
  Type:  defect   |  Status:  closed   
  Priority:  major|   Milestone:  7.0.1
 Component:  wxGUI| Version:  7.0.0
Resolution:  fixed|Keywords:   
  Platform:  MSWindows Vista  | Cpu:  Unspecified  
--+-
Changes (by annakrat):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 Replying to [comment:2 marisn]:
  Replying to [comment:1 annakrat]:
   Could you try r64809 in trunk?
  Yes, now it works just fine on my Vista VM and no bad side effects on
 GNU/Linux. Needs backporting.

 Done in r64817.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2614#comment:3
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2617: wxgui Raster query redirect to console UnicodeDecodeError

2015-03-08 Thread GRASS GIS
#2617: wxgui Raster query redirect to console UnicodeDecodeError
-+--
 Reporter:  marisn   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.1
Component:  wxGUI| Version:  svn-trunk
 Keywords:  query, encoding  |Platform:  MSWindows Vista  
  Cpu:  Unspecified  |  
-+--
Changes (by annakrat):

  * keywords:  = query, encoding


Comment:

 Please try r64818 in trunk. Any chance it would solve #2601?

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2617#comment:1
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [Qgis-developer] QGIS and GRASS 7.0.0

2015-03-08 Thread Radim Blazek
The new GRASS vector editing tool preview screencast:
https://www.youtube.com/watch?v=PPno1aLYHFE

Radim

On Tue, Feb 24, 2015 at 10:08 AM, Paolo Cavallini cavall...@faunalia.it wrote:
 Hi Radim,
 thanks a lot for this.

 Il 24/02/2015 09:28, Radim Blazek ha scritto:

 - modules GUI - my idea is to throw away the qgm and qgc definitions
 and auto generate GUI for modules with all options based on
 --interface-description only, also the list of modules would be auto
 generated for all modules. The reason is my impression that there are
 no volunteers willing to maintain qgm and qgc. If there are volunteers
 to do that (no programming, xml editing only) let me know and I'll
 include keeping of current system in the proposal.

 IMHO having the possibility of making simplified modules is a bi plus,
 and would better not be missed.

 Thanks again.
 --
 Paolo Cavallini - www.faunalia.eu
 QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] [GRASS GIS] #2614: wxgui Output save fails with UnicodeEncodeError

2015-03-08 Thread GRASS GIS
#2614: wxgui Output save fails with UnicodeEncodeError
-+--
 Reporter:  marisn   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  major|   Milestone:  7.0.1
Component:  wxGUI| Version:  7.0.0
 Keywords:   |Platform:  MSWindows Vista  
  Cpu:  Unspecified  |  
-+--

Comment(by marisn):

 Replying to [comment:1 annakrat]:
  Could you try r64809 in trunk?
 Yes, now it works just fine on my Vista VM and no bad side effects on
 GNU/Linux. Needs backporting.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2614#comment:2
GRASS GIS http://grass.osgeo.org

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

[GRASS-dev] [GRASS GIS] #2617: wxgui Raster query redirect to console UnicodeDecodeError

2015-03-08 Thread GRASS GIS
#2617: wxgui Raster query redirect to console UnicodeDecodeError
-+--
 Reporter:  marisn   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.1
Component:  wxGUI| Version:  svn-trunk
 Keywords:   |Platform:  MSWindows Vista  
  Cpu:  Unspecified  |  
-+--
 Steps to reproduce:
  * use raster query tool to query raster
  * check redirect to console

 {{{
 Vaicājuma rezultāti:
 Traceback (most recent call last):
   File C:\Program Files\GRASS GIS
 7.1.svn\gui\wxpython\gui_core\query.py, line 65, in
 lambda

 self.redirect.Bind(wx.EVT_CHECKBOX, lambda evt:
 self._onRedirect(evt.IsChecked()))
   File C:\Program Files\GRASS GIS
 7.1.svn\gui\wxpython\gui_core\query.py, line 143, in
 _onRedirect

 self.redirectOutput.emit(output=self._textToRedirect())
   File C:\Program Files\GRASS GIS
 7.1.svn\gui\wxpython\gui_core\query.py, line 148, in
 _textToRedirect

 text = printResults(self._model, self._colNames[1])
   File C:\Program Files\GRASS GIS
 7.1.svn\gui\wxpython\gui_core\query.py, line 215, in
 printResults

 return '\n'.join(textList)
 UnicodeDecodeError
 :
 'ascii' codec can't decode byte 0xc4 in position 4: ordinal
 not in range(128)
 }}}

 Also reported as a part of #2120;
 7.0.0 is also affected.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2617
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [Qgis-developer] QGIS and GRASS 7.0.0

2015-03-08 Thread Pedro Venâncio
Hi Radim,


The new GRASS vector editing tool preview screencast:
 https://www.youtube.com/watch?v=PPno1aLYHFE


It looks really really great!


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

Re: [GRASS-dev] [GRASS GIS] #2607: Python shell hint results in OSError error(None): None

2015-03-08 Thread GRASS GIS
#2607: Python shell hint results in OSError error(None): None
-+--
 Reporter:  marisn   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:   
Component:  wxGUI| Version:  7.0.0
 Keywords:   |Platform:  All  
  Cpu:  Unspecified  |  
-+--
Changes (by marisn):

  * platform:  MSWindows Vista = All


Comment:

 Same happens with 7.1 SVN on GNU/Linux, still error message is a bit
 different: OSError error(2): No such file or directory

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2607#comment:1
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2120: wxgui: encoding errors

2015-03-08 Thread GRASS GIS
#2120: wxgui: encoding errors
-+--
 Reporter:  mlennert |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  major|   Milestone:  7.0.1
Component:  wxGUI| Version:  7.0.0
 Keywords:  locale encoding  |Platform:  All  
  Cpu:  All  |  
-+--
Changes (by marisn):

  * version:  svn-releasebranch64 = 7.0.0
  * milestone:  6.4.4 = 7.0.1


Comment:

 As fixing all issues would involve too invasive changes in GRASS 6.x
 maintenance releases, bumping up versions to 7.

 Reporters: please fill a separate bug report for each case, as it is hard
 to track progress by comments alone. Add bug # here for easier tracking.
 As most of issues are spotted on Windows running non-english GRASS
 version, do NOT close any of them before testing with (insert your
 favourite language) translated version of GRASS on Windows.

  * Raster query redirection to console issue reported as #2617
  * Raster query (no redirection) #2601
  * Save console output #2614
  * Command console fails if username is not ascii only #2390
  * Network analysis tool fails to start #2145

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2120#comment:13
GRASS GIS http://grass.osgeo.org

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