I'm getting this error when I start the lighttpd server:

File "/srv/www/htdocs/code.py", line 11, in <module>
  if __name__== "__main__": web.run(urls,globals())

File "/usr/local/lib/python2.5/site-packages/web.py-0.22-py2.5.egg/web/
request.py", line 153, in run
  return wsgi.runwsgi(webapi.wsgifunc(webpyfunc(inp,fvars,autoreload),
*middleware))

File "/usr/local/lib/python2.5/site-packages/web.py-0.22-py2.5.egg/web/
wsgi.py", line 35, in runwsgi
  return runfcgi(func, None)

File "/usr/local/lib/python2.5/site-packages/web.py-0.22-py2.5.egg/web/
wsgi.py", line 16, in runfcgi
  import flup.server.fcgi as flups

zipimport.ZipImportError : can't decompress data; zlib not available



I have the zlib package installed and I installed webpy as is told on
the install guide for the lighttpd setup
but I don't have any idea what's happening.

If I execute code.py from the command line it runs fine.

Can anyone help me?


Thanks in advance.


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