Python help II

I have modified GUI.py to add the button, but I am having a problem implementing the code. I can’t seem to get the object prefix correct. Please help! Here is the code which is under App in gui def auton(self): toSend = "AA\r" self.con.serHandler.sendLock.acquire() self.con.serHandler.sendQueue.append(toSend) self.con.serHandler.sendLock.release() print "sent AA"

I found the problems. One it was serialhandler, not serhandler, and I put it in the right place. I hate writing programs when I don’t know the language, but this isn’t the first time I’ve had to do it. I would like to thank all who offered help, but no one did!

Why are you making nubered posts like this, why dont you make 1 topic and put everything inside.