On Dec 12, 2007, at 10:57 PM, katie smith wrote:

Traceback (most recent call last):
  File "C:\Python25\empire\Empire Strategy.pyw", line 322
    Maty = Searched(number)

Look, you're calling Searched right here with Searched(number)

TypeError: 'list' object is not callable
...
        Maty = Searched[number]

But, here you obviously think you are actually subscripting. The WTF here is that you rewrote all this code into the email instead of just copy and pasting it to get exactly the same. Do not trust your eyes.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to