Could be the version of python. The @ symbol was not valid until Python 2.4. What version are you using?
A traceback might also be helpful. -Casey On Mon, Nov 17, 2008 at 1:46 PM, tiloprobst <[EMAIL PROTECTED]> wrote: > > Hi, > > I am just getting started with Python and pyglet so here comes a noob > question. Python is installed and the pyglet install seemed to work > too. But when I try the hello world example in Mac OS X's Terminal I > get a syntax error regarding the @ in @window.event . > How come? > > Best regards, > Tilo > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
