I haven't looked into this, but could you make a real time image using python? I think it would be most hard.... Anyway, I am having trouble with int(). I am trying to int(raw_input("some number")), but it returns
Traceback (most recent call last):
File "C:/Users/Quick-Start/Documents/Python Doc's/Game_File", line 94, in <module>
   fatness = int(raw_input("How many candies do you want to eat? :"))
TypeError: 'int' object is not callable


Do I need to import a module or something? I am using 2.6.2, possibly upgrading to 3.x later...

<<attachment: kb1pkl.vcf>>

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to