[Tutor] TypeError

Seon Kang seon.kang at gmail.com
Sun Feb 3 20:30:38 CET 2008


When i tried to run my program, i was given this message
(this is the message in part)

file "C:Python25\lib\site-packages\livewires\games.py", line 503, in_tick
    self.position = ((self._x + self._dx), (self._y + self._dy))
TypeError: unsopported opernad type(s) for +: 'int' and type'

What is the nature of my problem?
But more specifically, what is the 'type' it's referring to?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20080203/ad3b99b1/attachment.htm 


More information about the Tutor mailing list