Shawn Minisall a écrit :
> I'm trying to unpack a list of 5 floats from a list read from a file and
> python is telling me 5 variables are too many for the string.split
> statement. Anyone have any other idea's? NOTE: the only reason I
> convert it to a float instead of just leaving it as a st
On Sat, 22 Sep 2007 17:00:47 -0400, Shawn Minisall wrote:
> I'm trying to unpack a list of 5 floats from a list read from a file and
> python is telling me 5 variables are too many for the string.split
> statement.
Please post the *real* message which I suspect is something like 'too many
value
I'm trying to unpack a list of 5 floats from a list read from a file and
python is telling me 5 variables are too many for the string.split
statement. Anyone have any other idea's? NOTE: the only reason I
convert it to a float instead of just leaving it as a string in the loop
is because I ha