← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 584199] Re: openerp-server trunk V6 is unable to detect the required python module PyWebDAV

 

*** This bug is a duplicate of bug 603898 ***
    https://bugs.launchpad.net/bugs/603898

** This bug has been marked a duplicate of bug 603898
   trunk - setup.py - no pywebdav module
 * You can subscribe to bug 603898 by following this link: https://bugs.launchpad.net/openobject-server/+bug/603898/+subscribe

-- 
openerp-server trunk V6 is unable to detect the required python module PyWebDAV
https://bugs.launchpad.net/bugs/584199
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: New

Bug description:
trunk openerp-server can't be installed/packaged in /usr/lib/python2.x because existing pywebdav can't be found.

Ubuntu 8.04 (python /usr/lib/python2.5) and Ubuntu 10.04 (python /usr/lib/2.6):

sudo easy_install PyWebDAV
Searching for pywebdav
Best match: PyWebDAV 0.9.4
Processing PyWebDAV-0.9.4-py2.6.egg
PyWebDAV 0.9.4 is already the active version in easy-install.pth
Installing davserver script to /usr/local/bin
Using /usr/local/lib/python2.5/dist-packages/PyWebDAV-0.9.4-py2.5.egg
Processing dependencies for pywebdav
Finished processing dependencies for pywebdav

cd openerp-server
sudo python setup.py install
Error: python module pywebdav (PyWebDAV is a standards compliant WebDAV server and library written in Python) is required