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
-~----------~----~----~----~------~----~------~--~---

Reply via email to