Changes between Initial Version and Version 5 of Ticket #1633


Ignore:
Timestamp:
Sep 10, 2012, 5:11:36 PM (12 years ago)
Author:
hamish
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1633

    • Property Keywords database separator added
    • Property Status newclosed
    • Property Component DisplaywxGUI
    • Property Resolutionfixed
  • Ticket #1633 – Description

    initial v5  
    33I'm receiving the following error on attempting to view the attribute table of shapefiles in GRASS 6.4.1.2 (on Ubuntu Lucid):
    44
    5 
     5{{{
    66item = layer, log = self.goutput)
    77  File "/usr/lib/grass64/etc/wxpython/gui_modules/dbm.py",
     
    2828:
    2929list index out of range
     30}}}
    3031
    3132'''Method:'''
     
    3738
    3839'Please wait loading attribute data..' with the following in the command console -
    39 
     40{{{
    4041if self.columns[columns[j]]['ctype'] != types.StringType:
    4142IndexError
    4243:
    4344list index out of range
    44 
     45}}}
    4546
    4647On closer inspection of the dbf file, some of the fields contain pipe (i.e., '|') characters. On removing these the attribute table can be displayed.