Meh:

python -c "print (2, 2, 0, 'final', 0) < (1,2)"
False

webdav/__init__.py contains:
# Don't go further if we are not compatible
if bzrlib.version_info < (1, 12):
    # We need bzr 1.12
    from bzrlib import trace
    trace.note('not installing http[s]+webdav:// support'
               ' (only supported for bzr 1.12 and above)')

Do you have a bzrlib.py or a bzrlib directory present (and '.' or '' in your 
PYTHONPATH env variable)
where the command fail ?

I'm at a loss of suggestions otherwise, try adding a 'import pdb; 
pdb.set_trace()' in webdav/__init__.py
and poke around what bzrlib and bzrlib.version_info values are at this point to 
further debug.

-- 
bazaar  + apache2 + ssl failed
https://bugs.launchpad.net/bugs/619787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to