[EMAIL PROTECTED] a écrit : > > On Jan 25, 11:26 am, [EMAIL PROTECTED] wrote: (snip) >> #Runs the buildfinder function >> usrinp = buildfinder() >> >> def buildwhiler(): >> >> while usrinp != "y" or "Y" or "N" or "n": <<<<----PROBLEM >> print "Enter Y or N!" >> usr = str(raw_input('Y/N: ')) >> else: >> code continues > > also note that your naming of variables contains two different names > for one variable...
Actually, usrinp and usr are really two different vars - the first one being global... And FWIW, it's one of the "other errors" I mentionned earlier <g> -- http://mail.python.org/mailman/listinfo/python-list