Comment 3 for bug 613331

Revision history for this message
xrg (xrg) wrote : Re: [Bug 613331] [NEW] in 6.0 setup webpydav error

On Wednesday 04 August 2010, you wrote:
> I am on lucid 10.04 AMD64
> located
> in /usr/local/lib/python2.6/dist-packages/PyWebDAV-0.9.4-py2.6.egg
>
>
> Eric
So, is there a /usr/local/lib/python2.6/dist-packages/DAV/ folder with the
library?
Is /usr/local/lib/python2.6/dist-packages in your python path?

There is 2 lines you can test for DAV in a python interpreter:
>>> import imp
>>> imp.find_module('DAV')