Re: [Pytables-users] Problems saving empty strings in a StringCol of width 1

2006-04-25 Thread Francesc Altet
A Dilluns 24 Abril 2006 20:01, Stephen Simmons va escriure: > Hi, > > I have a problem with using PyTables 1.3 to store strings in a StringCol > column of length 1. > Whenever the string is "", table.append(rows) gives a ValueError exception. > These exceptions only appear for StringCols of length

[Pytables-users] Problems saving empty strings in a StringCol of width 1

2006-04-24 Thread Stephen Simmons
Hi, I have a problem with using PyTables 1.3 to store strings in a StringCol column of length 1. Whenever the string is "", table.append(rows) gives a ValueError exception. These exceptions only appear for StringCols of length 1; everything is fine if the length is 2 or higher. This seems to