an error

Chris Angelico rosuav at gmail.com
Tue Jul 19 02:45:01 EDT 2016


On Tue, Jul 19, 2016 at 4:37 PM, WePlayGames WeEnjoyIt
<crazyguyplaying13 at gmail.com> wrote:
> Τη Τρίτη, 19 Ιουλίου 2016 - 9:32:34 π.μ. UTC+3, ο χρήστης Chris Angelico έγραψε:
>> On Tue, Jul 19, 2016 at 4:26 PM, WePlayGames WeEnjoyIt
>> <crazyguyplaying13 at gmail.com> wrote:
>> > thanks chris for responding, it doesnt say anything else just syntax error
>> > it have seen this error again when im using the for loop and it seems like when i delete everything after total+=1 i get a different error called UNEXPECTED EOF WHILE PARSING
>>
>> Are you sure it says nothing else? Copy and paste exactly what happens
>> when you type "python3 yourgamename.py".
>>
>> Exactly what happens.
>>
>> ChrisA
>
> ITS OK the problem was solved i forgot to close the thingy like ian said but now i got more problems ( not errors however). like i know how to load and blit a picture in my pygame window but i dont know why it wont work in this code, like nothing is actually appearing in my screen. long story short what i want to happend is image1 to appear in but it doesnt
>

It's important not just to solve your problem, but to learn *how* to
solve problems. Learning to read tracebacks is essential to being a
Python programmer.

ChrisA



More information about the Python-list mailing list