Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111636
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: an error |
| Date | 2016-07-19 16:45 +1000 |
| Message-ID | <mailman.86.1468910710.2307.python-list@python.org> (permalink) |
| References | (3 earlier) <6c990c11-c4b5-4ee8-8ee9-488bfe56784d@googlegroups.com> <CAPTjJmpoZfrQ24Roz-EFA1U-eABdwvWuuijBFX0ep56_scD=GQ@mail.gmail.com> <mailman.85.1468909943.2307.python-list@python.org> <ebfcd881-528e-4e3e-9f96-da65a4ae1450@googlegroups.com> <CAPTjJmp-Fd4fJ_dbpZVNOJMEDOQ8gwxiMFDym4MYPnOS+ykTLA@mail.gmail.com> |
On Tue, Jul 19, 2016 at 4:37 PM, WePlayGames WeEnjoyIt <crazyguyplaying13@gmail.com> wrote: > Τη Τρίτη, 19 Ιουλίου 2016 - 9:32:34 π.μ. UTC+3, ο χρήστης Chris Angelico έγραψε: >> On Tue, Jul 19, 2016 at 4:26 PM, WePlayGames WeEnjoyIt >> <crazyguyplaying13@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
an error WePlayGames WeEnjoyIt <crazyguyplaying13@gmail.com> - 2016-07-18 23:07 -0700
Re: an error Chris Angelico <rosuav@gmail.com> - 2016-07-19 16:20 +1000
Re: an error WePlayGames WeEnjoyIt <crazyguyplaying13@gmail.com> - 2016-07-18 23:26 -0700
Re: an error Chris Angelico <rosuav@gmail.com> - 2016-07-19 16:32 +1000
Re: an error WePlayGames WeEnjoyIt <crazyguyplaying13@gmail.com> - 2016-07-18 23:37 -0700
Re: an error Chris Angelico <rosuav@gmail.com> - 2016-07-19 16:45 +1000
Re: an error Ian Kelly <ian.g.kelly@gmail.com> - 2016-07-19 00:20 -0600
Re: an error Terry Reedy <tjreedy@udel.edu> - 2016-07-19 05:12 -0400
Re: an error Laurent Pointal <laurent.pointal@free.fr> - 2016-07-19 19:24 +0200
csiph-web