Re: [Tutor] Images, and other things.

2009-10-02 Thread Kent Johnson
On Tue, Sep 29, 2009 at 7:00 PM, Corey Richardson wrote: > 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 r

Re: [Tutor] Images, and other things.

2009-09-29 Thread Luke Paireepinart
On Wed, Sep 30, 2009 at 1:29 AM, Corey Richardson wrote: > One of my friends was asking if you could make a game using python, but he > meant a Graphics, not text game. I was wondering if that was doable. > Yes, there are many libraries available for doing this. Pyglet is my favorite, but Pygam

Re: [Tutor] Images, and other things.

2009-09-29 Thread Luke Paireepinart
On Tue, Sep 29, 2009 at 6:00 PM, Corey Richardson wrote: > I haven't looked into this, but could you make a real time image using > python? I think it would be most hard > I haven't looked into this, but perhaps your questions are too vague? I think that may be the case What do you mean

[Tutor] Images, and other things.

2009-09-29 Thread Corey Richardson
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 Do