Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111631
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: an error |
| Date | 2016-07-19 16:20 +1000 |
| Message-ID | <mailman.83.1468909207.2307.python-list@python.org> (permalink) |
| References | <175aeac6-b975-425b-b2b1-580a64ce0854@googlegroups.com> <CAPTjJmptaBQ9wO=3AEHRZ5m700TouB9Z2h8SSiuRSQwLX7Z0pA@mail.gmail.com> |
On Tue, Jul 19, 2016 at 4:07 PM, WePlayGames WeEnjoyIt <crazyguyplaying13@gmail.com> wrote: > the problem with this is that i get an syntax error at the very end at the TOTAL+=1 when i delete this it tells me that there is an error at the clockfps.tick(fps) thing what the heck is going on :p > When you get an error, Python gives you a very useful error message (and traceback, although that doesn't apply to syntax errors like this). Copy and paste that here. There are many possible syntax errors, and Python will tell you which one. 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