[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Break outside the loop



In this case, it looks like your except thing happens after the loop ends.  (StopIteration).  Replace it with 'pass', and it should work.
Ian