you're error description's are very vague... it would be easier to talk to you. we at least need the "error messages" from the console-window to figure out what went wrong. one line of code most certainly is not enough
/connect irc.freenode.net
/join pygame
about your question, rect1.collidelistall(list_of_rects1) accept only one argument not 2 and return the index of the item in the list that collide, if you are having to much troubles try to make your question on irc, we are there to help.
collide = Rect.collidelistall(you_box, bt1)
I will greatly appreciate help!