I'm using that authentication method with no problems. The only difference is that I have flup in my site-packages directory.
Although I may have run into problems earlier on and now forgotten them... I just double-checked and that is the code I'm using. Sorry I can't help/ -d On Sep 7, 3:10 pm, Raphael Lullis <[EMAIL PROTECTED]> wrote: > Well, I'm facing the same issue here. I got the following > > - Downloaded + copied web.py 0.22to to the dir my code is in > - Downloaded + copied flup 0.5, put in the same dir > - Copied the authentication code sample to a file "run.py" > - Copied the html files and put in the templates dir > - Ran "python run.py" > > Every access tohttp://localhost:8080would result in "Internal server > error". > > I do believe that something is missing in the docs. Does flup work > with the current web.py built-in webserver? Does this only work with > cgi and the like? > > On Sep 7, 12:49 pm, slav0nic <[EMAIL PROTECTED]> wrote: > > > i has some error when tryhttp://kiwitobes.com/wiki.txt, web.py 0.22 > > > 127.0.0.1:1524 - - [07/Sep/2007 18:45:58] "HTTP/1.1 GET /favicon.ico" > > - 500 Inte > > rnal Server Error > > Traceback (most recent call last): > > File "C:\python24\Lib\site-packages\web\webapi.py", line 303, in > > wsgifunc > > result = func() > > File "C:\python24\Lib\site-packages\web\request.py", line 123, in > > <lambda> > > func = lambda: handle(inp, fvars) > > File "C:\python24\Lib\site-packages\web\request.py", line 47, in > > handle > > cls = mod[cls] > > TypeError: unsubscriptable object --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
