[GRASS-dev] Re: [GRASS GIS] #365: wxGUI: ** (python:3840): WARNING **: IPP request failed with status 1280

GRASS GIS trac at osgeo.org
Sun Nov 16 19:03:43 EST 2008


#365: wxGUI: ** (python:3840): WARNING **: IPP request failed with status 1280
-----------------------+----------------------------------------------------
  Reporter:  msieczka  |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect    |      Status:  new                      
  Priority:  major     |   Milestone:  6.4.0                    
 Component:  wxGUI     |     Version:  svn-develbranch6         
Resolution:            |    Keywords:                           
  Platform:  Linux     |         Cpu:  All                      
-----------------------+----------------------------------------------------
Comment (by glynn):

 Replying to [comment:2 msieczka]:

 > So basically when CUPS is disabled/not installed on a machine, GRASS
 terminal will always be borked like this?

 Modifying !PrintOptions to create the wx.!PrintData object on first use
 may mean that the problems won't arise unless you select any of the items
 from the print menu on the map display, histogram or profile windows
 (presumably, you're not likely to select those items if your system isn't
 set up for printing).

 You can test whether this is the case by commenting out the lines:

 {{{
         self.printData = wx.PrintData()
         self.printData.SetPaperId(wx.PAPER_LETTER)
         self.printData.SetPrintMode(wx.PRINT_MODE_PRINTER)
 }}}

 in !PrintOptions.!__init!__ in
 $GISBASE/etc/wxpython/gui_modules/disp_print.py.

 I can't test it, as my version of wxWidgets is built without Gnome
 support, so I don't get these warnings.

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


More information about the grass-dev mailing list