Re: Hidden string formatting bug

2005-10-13 Thread Steve Holden
Tim Peters wrote: > [Echo] > >>I have been trying to figure out the problem with this string formatting: > > > [monstrous statement snipped] > > >>when it executes, I get this error: "inv argument required". > > > That shoud be "int", not "inv". > > >>I have checked and rechecked both the

Re: Hidden string formatting bug

2005-10-13 Thread Tim Peters
[Echo] > I have been trying to figure out the problem with this string formatting: [monstrous statement snipped] > when it executes, I get this error: "inv argument required". That shoud be "int", not "inv". > I have checked and rechecked both the string and the tuple. I cant figure > out what

Hidden string formatting bug

2005-10-13 Thread Echo
Hello, I have been trying to figure out the problem with this string formatting: sql = 'INSERT INTO tc_themes (name,user_made,hour12,time_loc,background_color_r,' + \     'background_color_g,background_color_b,clock_color_r,clock_color_g,' + \     'clock_color_b,clock_backg