I'm trying to run the 6.1 branch of OpenERP in my development environment that is currently running the 5.0 branch successfully. I'm running on Ubuntu 10.04 Lucid Lynx.
I've gotten past a few hurdles, but I'm currently stuck on an error caused by import werkzeug.wsgi in the http module. I added the python-werkzeug package, but it doesn't include the wsgi module. I looked on the package's web page, and I see that my version of Ubuntu gets werkzeug 0.5.1, when the newer ones all have at least 0.6.2. When I compare the source for werkzeug 0.5 and werkzeug 0.6, I can see that the wsgi module was added between those versions.
How can I get at least version 0.6 of werkzeug running on Ubuntu 10.04? This says I've already got the latest:
sudo apt-get install python-werkzeug