trunk - setup.py - no pywebdav module

Bug #603898 reported by Ferdinand
28
This bug affects 17 people
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Undecided
Stephane Wirtel (OpenERP)

Bug Description

after installing PyWebDAV-0.9.4-py2.6.egg there is no module pywebdav as required in setup.yp.
I see DAV, DAVServer but no pywebdav

Revision history for this message
xrg (xrg) wrote : Re: [Bug 603898] [NEW] trunk - setup.py - no pywebdav module

On Saturday 10 July 2010, you wrote:
> Public bug reported:
>
> after installing PyWebDAV-0.9.4-py2.6.egg there is no module pywebdav as
> required in setup.yp. I see DAV, DAVServer but no pywebdav
>
> ** Affects: openobject-server
> Importance: Undecided
> Status: New
>

See the fix at commit 680c7f830c0c5de6 @git

We might however have an issue, if different distros choose to rename the DAV
module..

Revision history for this message
GEM (nimp3) wrote :
Revision history for this message
Stephane Wirtel (OpenERP) (stephane-openerp) wrote :

But easy_install only uses the pywebdav from pypi.

http://pypi.python.org/pypi/PyWebDAV/0.9.4

Changed in openobject-server:
assignee: nobody → Stephane (Open ERP) (stephane-openerp)
Revision history for this message
Stephane Wirtel (OpenERP) (stephane-openerp) wrote :

Ok, I understand

I will merge this branch with trunk

lp:~stephane-openerp/openobject-server/trunk_setup_use_setuptools

Revision history for this message
GEM (nimp3) wrote :

with this branch with windows I have the error with server :

Traceback (most recent call last):
  File "setup.py", line 155, in <module>
    package_dir = find_package_dirs(),
  File "setup.py", line 106, in find_package_dirs
    for mod, path in find_addons():
  File "setup.py", line 55, in find_addons
    for root, _, names in os.walk(join('bin', 'addons'), followlinks=True):
TypeError: walk() got an unexpected keyword argument 'followlinks'
MakeNSIS v2.40 - Copyright 1995-2008 Contributors
See the file COPYING for license details.
Credits can be found in the Users Manual.

Revision history for this message
Stephane Wirtel (OpenERP) (stephane-openerp) wrote :

the followlinks arguments is new from the version 2.6. of Python.

Revision history for this message
GEM (nimp3) wrote :

Hi,
ok ,see here :
http://docs.python.org/library/os.html
with this answer, I must understand that trunk version must be built with python 2.6 !?
bye

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

@GEM,
Due to advancements, it should be atleast python 2.5.
Thanks.

Changed in openobject-server:
milestone: none → 6.0
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.