Re: Python interpreter error: unsupported operand type(s) for -: 'tuple' and 'int'

2005-03-30 Thread Rakesh
George Yoshida wrote: Rakesh wrote: To quote a much smaller trimmed-down example, here is how it looks like: ## --- # Entry Point to the whole program ## --- def main(): mylist =

Re: Python interpreter error: unsupported operand type(s) for -: 'tuple' and 'int'

2005-03-29 Thread George Yoshida
Rakesh wrote: To quote a much smaller trimmed-down example, here is how it looks like: ## --- # Entry Point to the whole program ## --- def main(): mylist = GenerateList() minnumber =