On 6/5/2010 1:17 PM Victor Subervi said...
         cursor.execute(sql, tuple([pkg, prodid, tmpTable, quantity] +
option_values))

It throws this error:

*TypeError*: can only concatenate list (not "tuple") to list
       args = ('can only concatenate list (not "tuple") to list',)

Where's the list? They're both tuples in that last line of code.

No they're not.  That's what the error is saying.


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to