Changes between Initial Version and Version 5 of Ticket #1633
- Timestamp:
- 09/10/12 17:11:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1633
- Property Component Display → wxGUI
- Property Keywords database separator added
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #1633 – Description
initial v5 3 3 I'm receiving the following error on attempting to view the attribute table of shapefiles in GRASS 6.4.1.2 (on Ubuntu Lucid): 4 4 5 5 {{{ 6 6 item = layer, log = self.goutput) 7 7 File "/usr/lib/grass64/etc/wxpython/gui_modules/dbm.py", … … 28 28 : 29 29 list index out of range 30 }}} 30 31 31 32 '''Method:''' … … 37 38 38 39 'Please wait loading attribute data..' with the following in the command console - 39 40 {{{ 40 41 if self.columns[columns[j]]['ctype'] != types.StringType: 41 42 IndexError 42 43 : 43 44 list index out of range 44 45 }}} 45 46 46 47 On closer inspection of the dbf file, some of the fields contain pipe (i.e., '|') characters. On removing these the attribute table can be displayed.