Missing the ":" after the class definition?

class travianVillage():




On Tue, Dec 3, 2013 at 4:26 AM, Tuukka Karvonen <tuukka.p.karvo...@gmail.com
> wrote:

> Traceback (most recent call last):
>   File 
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
>  line 239, in Handle
>     handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
>   File 
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
>  line 298, in _LoadHandler
>     handler, path, err = LoadObject(self._handler)
>   File 
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
>  line 84, in LoadObject
>     obj = __import__(path[0])
>   File "/base/data/home/apps/s~taviaaneri/1.372063387188544851/main.py", line 
> 178
>     class travianVillage()
>                          ^
> SyntaxError: invalid syntax
>
> # Can anyone expain me what is wrong here. I keep getting server error when I 
> try to use my app and haven't got any clue which causes it.
>
> //Tuukka
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to