can you paste your code?
looks like maybe you used def GET() instead of def GET(self)?

On Thu, Dec 4, 2008 at 6:17 AM, maulynvia <[EMAIL PROTECTED]> wrote:
>
> Hi
> I am just starting with webpy after doing a careful of selection of
> frameworks (looking for something that takes care of the essentials
> without generating lots of files automatically) and very excited to
> have found webpy - but so far haven't got 'hello world' to work. Any
> help much appreciated:
>
> version 0.3
>
> Traceback (most recent call last):
>  File "C:\Python25\Lib\site-packages\web\application.py", line 197,
> in process
>    return self.handle()
>  File "C:\Python25\Lib\site-packages\web\application.py", line 187,
> in handle
>    return self._delegate(fn, self.fvars, args)
>  File "C:\Python25\Lib\site-packages\web\application.py", line 368,
> in _delegat
> e
>    return handle_class(cls)
>  File "C:\Python25\Lib\site-packages\web\application.py", line 343,
> in handle_c
> lass
>    return tocall(*args)
> TypeError: GET() takes no arguments (1 given)
>
> 127.0.0.1:2439 - - [04/Dec/2008 13:51:27] "HTTP/1.1 GET /" - 500
> Internal Server
>  Error
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to