It does the same thing when i load and run the Pygame examples....

On Thu, Oct 30, 2008 at 7:21 PM, Matt Pearson <[EMAIL PROTECTED]> wrote:

> Should i uninstall pygame 1.8 and get an earlier version?
> Or just reinstall 1.8?
>
>   On Thu, Oct 30, 2008 at 7:00 PM, Matt Pearson <[EMAIL PROTECTED]>wrote:
>
>> okay same thing...closes without a hitch but then tells me that it was
>> NR program again. i dont get it, is there some module i have to DL?
>>
>>   On Thu, Oct 30, 2008 at 6:58 PM, Matt Pearson <[EMAIL PROTECTED]>wrote:
>>
>>> Well i tried what you said first Claudio, and it closed no problem
>>> but then a second later claimed that it was a nonresponsive program...
>>> and IDLE said nothing
>>> but let me try your next suggestion
>>>
>>>   On Thu, Oct 30, 2008 at 6:52 PM, claudio canepa <[EMAIL PROTECTED]>wrote:
>>>
>>>>
>>>>
>>>>  On Thu, Oct 30, 2008 at 9:37 PM, pymike <[EMAIL PROTECTED]> wrote:
>>>>
>>>>> If you do that you might get a display error if your drawing code is
>>>>> after the input code.
>>>>>  - pymike
>>>>>
>>>>  You are totally right, pymike.
>>>>  So...
>>>>
>>>> ok, lets forget about bContinue, lets the  while as in the original
>>>> code,
>>>>
>>>> while True:
>>>>
>>>> and replace in the original code:
>>>>
>>>> if blah:
>>>>     exit()
>>>>
>>>> by:
>>>>
>>>> if blah:
>>>>     pygame.quit()
>>>>     break
>>>>
>>>> --
>>>>
>>>> claxo
>>>>
>>>
>>>
>>
>

Reply via email to