I'm using the one linked to on the homepage: http://webpy.org/static/web.py-0.23.tar.gz
Is there a list of dependencies somewhere? On Apr 5, 1:57 am, "Aaron Swartz" <[EMAIL PROTECTED]> wrote: > Which version of web.py did you download? > > In my experience this usually happens when I download an old copy. > > On Fri, Apr 4, 2008 at 6:30 AM, Brenton Cleeland <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > > This is going to be a really quick answer, but I've been searching and > > can't seem to find a solution. > > > I'm running through the tutorial on a (fairly) fresh install of Ubuntu > > 8.04 and getting the following error when trying to run code.py for > > the first time: > > > ~/Dev/webpy$ python code.py > > Traceback (most recent call last): > > File "code.py", line 10, in <module> > > if __name__ == "__main__": web.run(urls,globals()) > > File "/usr/lib/python2.5/site-packages/web/request.py", line 153, in > > run > > return wsgi.runwsgi(webapi.wsgifunc(webpyfunc(inp, fvars, > > autoreload), *middleware)) > > AttributeError: 'module' object has no attribute 'wsgifunc' > > > What package to I not have installed that is causing this? > > > Cheers, > > Brenton --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
